|
| file | daemon.h [code] |
| | A header file including all other header files part of libdaemon.
|
| |
| file | dexec.h [code] |
| | Contains a robust API for running sub processes with STDOUT and STDERR redirected to syslog.
|
| |
| file | dfork.h [code] |
| | Contains an API for doing a daemonizing fork().
|
| |
| file | dlog.h [code] |
| | Contains a robust API for logging messages.
|
| |
| file | dnonblock.h [code] |
| | Contains a single function used to change a file descriptor to non-blocking mode using fcntl().
|
| |
| file | dpid.h [code] |
| | Contains an API for manipulating PID files.
|
| |
| file | dsignal.h [code] |
| | Contains the API for serializing signals to a pipe for usage with select() or poll().
|
| |