#include <processes.hh>
Public Attributes | |
std::string | errorPrefix = "" |
bool | dieWithParent = true |
bool | runExitHandlers = false |
bool | allowVfork = false |
int | cloneFlags = 0 |
Fork a process that runs the given function, and return the child pid to the caller.
int nix::ProcessOptions::cloneFlags = 0 |
use clone() with the specified flags (Linux only)