Re: [ovs-dev] [PATCH 08/11] ovn-nbctl: Propagate error thru the context.

2018-07-24 Thread Jakub Sitnicki
On Mon, 23 Jul 2018 15:36:28 -0700 Ben Pfaff wrote: > On Tue, Jul 17, 2018 at 03:34:12PM +0200, Jakub Sitnicki wrote: > > Instead of dying let the main loop handle the error. > > This will allow us to report errors when running in daemon mode. > > > > This is a result of applying the following

Re: [ovs-dev] [PATCH 08/11] ovn-nbctl: Propagate error thru the context.

2018-07-23 Thread Ben Pfaff
On Tue, Jul 17, 2018 at 03:34:12PM +0200, Jakub Sitnicki wrote: > Instead of dying let the main loop handle the error. > This will allow us to report errors when running in daemon mode. > > This is a result of applying the following semantic patch: > > @@ > identifier F; > identifier C; >

Re: [ovs-dev] [PATCH 08/11] ovn-nbctl: Propagate error thru the context.

2018-07-23 Thread Ben Pfaff
On Tue, Jul 17, 2018 at 03:34:12PM +0200, Jakub Sitnicki wrote: > Instead of dying let the main loop handle the error. > This will allow us to report errors when running in daemon mode. > > This is a result of applying the following semantic patch: > > @@ > identifier F; > identifier C; >

[ovs-dev] [PATCH 08/11] ovn-nbctl: Propagate error thru the context.

2018-07-17 Thread Jakub Sitnicki
Instead of dying let the main loop handle the error. This will allow us to report errors when running in daemon mode. This is a result of applying the following semantic patch: @@ identifier F; identifier C; identifier E; @@ static void F(struct ctl_context *C) { <... if (E) { -