daemon: Factor out code into new function daemonize_post_detach().
[openvswitch] / lib / daemon.h
index 63b64b99f0b8ee3714718e55a070a5e6fed8924e..8cbcfafe2442472eb1e16ea65269a2980ea498af 100644 (file)
@@ -74,5 +74,6 @@ pid_t read_pidfile(const char *name);
 pid_t read_pidfile_if_exists(const char *name);
 
 pid_t fork_and_clean_up(void);
+void daemonize_post_detach(void);
 
 #endif /* daemon.h */