Re: [ovs-dev] [PATCH 1/2] windows: Add set_deatch function to daemon-windows.c

2018-08-22 Thread Guru Shetty
On Wed, 22 Aug 2018 at 06:24, wrote: > > On Tue, 21 Aug 2018 at 11:19, Ben Pfaff wrote: > > > > > On Tue, Aug 21, 2018 at 05:57:47PM +0300, Alin Gabriel Serdean wrote: > > > > The daemon-windows file is missing a `set_detach` routine, so add it. > > > > > > > > This will be useful in the long ru

Re: [ovs-dev] [PATCH 1/2] windows: Add set_deatch function to daemon-windows.c

2018-08-22 Thread aserdean
> On Tue, 21 Aug 2018 at 11:19, Ben Pfaff wrote: > > > On Tue, Aug 21, 2018 at 05:57:47PM +0300, Alin Gabriel Serdean wrote: > > > The daemon-windows file is missing a `set_detach` routine, so add it. > > > > > > This will be useful in the long run. > > > > > > Signed-off-by: Alin Gabriel Serdean

Re: [ovs-dev] [PATCH 1/2] windows: Add set_deatch function to daemon-windows.c

2018-08-21 Thread Guru Shetty
On Tue, 21 Aug 2018 at 11:19, Ben Pfaff wrote: > On Tue, Aug 21, 2018 at 05:57:47PM +0300, Alin Gabriel Serdean wrote: > > The daemon-windows file is missing a `set_detach` routine, so add it. > > > > This will be useful in the long run. > > > > Signed-off-by: Alin Gabriel Serdean > > Thank you

Re: [ovs-dev] [PATCH 1/2] windows: Add set_deatch function to daemon-windows.c

2018-08-21 Thread Ben Pfaff
On Tue, Aug 21, 2018 at 05:57:47PM +0300, Alin Gabriel Serdean wrote: > The daemon-windows file is missing a `set_detach` routine, so add it. > > This will be useful in the long run. > > Signed-off-by: Alin Gabriel Serdean Thank you for maintaining the Windows port. We could not do it without

[ovs-dev] [PATCH 1/2] windows: Add set_deatch function to daemon-windows.c

2018-08-21 Thread Alin Gabriel Serdean
The daemon-windows file is missing a `set_detach` routine, so add it. This will be useful in the long run. Signed-off-by: Alin Gabriel Serdean --- lib/daemon-windows.c | 10 +- lib/daemon.h | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/daemon-windo