poser
A C framework for POsix SERvices
|
declarations for the PSC_Daemon class More...
#include <poser/decl.h>
Go to the source code of this file.
Typedefs | |
typedef int(* | PSC_Daemon_main) (void *data) |
Main function for a daemon. | |
declarations for the PSC_Daemon class
typedef int(* PSC_Daemon_main) (void *data) |
Main function for a daemon.
This is called by PSC_Daemon_run() in a detached child process.
data | pointer to some custom data |