daemon: Move some common code to daemon.c
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 23 Apr 2014 21:22:38 +0000 (14:22 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 24 Apr 2014 21:43:50 +0000 (14:43 -0700)
commit3834bcf2bf9106114bca70264b7a0bdb7351ff80
tree033ead20461c02d56df384c11d05a53bacd80996
parentd6bc33f37a218832456fed11fa1796e6b7e93102
daemon: Move some common code to daemon.c

We have some common code between daemon-unix.c and
daemon-windows.c. Move them to daemon.c

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/automake.mk
lib/daemon-private.h [new file with mode: 0644]
lib/daemon-unix.c
lib/daemon-windows.c
lib/daemon.c
lib/daemon.h