|
Electroneum
|
#include "daemonizer/posix_fork.h"#include "misc_log_ex.h"#include <cstdlib>#include <fcntl.h>#include <unistd.h>#include <stdexcept>#include <string>
Go to the source code of this file.
Namespaces | |
| posix | |
Macros | |
| #define | TMPDIR "/tmp" |
Functions | |
| void | posix::fork (const std::string &pidfile) |
| #define TMPDIR "/tmp" |
Definition at line 17 of file posix_fork.cpp.