|
Monero
|
#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <syslog.h>#include <string.h>#include <signal.h>#include "daemonize.h"#include "config.h"
Functions | |
| int | writepidfile (const char *fname, int pid) |
| int | checkforrunning (const char *fname) |
| int checkforrunning | ( | const char * | fname | ) |
| int writepidfile | ( | const char * | fname, |
| int | pid ) |