Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::ProcessOptions Struct Reference

#include <processes.hh>

Public Attributes

std::string errorPrefix = ""
 
bool dieWithParent = true
 
bool runExitHandlers = false
 
bool allowVfork = false
 
int cloneFlags = 0
 

Detailed Description

Fork a process that runs the given function, and return the child pid to the caller.

Member Data Documentation

◆ cloneFlags

int nix::ProcessOptions::cloneFlags = 0

use clone() with the specified flags (Linux only)


The documentation for this struct was generated from the following file: