Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::ProcessOptions Struct Reference

#include <processes.hh>

Collaboration diagram for nix::ProcessOptions:
[legend]

Public Attributes

std::string errorPrefix = ""
 
bool dieWithParent = true
 
bool runExitHandlers = 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: