Re: [ovs-dev] [PATCH v2] daemon: Move some common code to daemon.c

2014-04-24 Thread Ben Pfaff
On Thu, Apr 24, 2014 at 09:41:00AM -0700, Gurucharan Shetty wrote: > We have some common code between daemon-unix.c and > daemon-windows.c. Move them to daemon.c > > Signed-off-by: Gurucharan Shetty I didn't trying building this but at a glance the change from v1 is what I expected. Acked-by: B

[ovs-dev] [PATCH v2] daemon: Move some common code to daemon.c

2014-04-24 Thread Gurucharan Shetty
We have some common code between daemon-unix.c and daemon-windows.c. Move them to daemon.c Signed-off-by: Gurucharan Shetty --- lib/automake.mk |1 + lib/daemon-private.h | 25 + lib/daemon-unix.c| 38 -- lib/daemon-win