mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 13:36:02 +01:00
Split out commonChildInit
This commit is contained in:
parent
725488b892
commit
aef44cbaa9
3 changed files with 31 additions and 29 deletions
|
|
@ -536,6 +536,8 @@ typedef std::function<bool(const Path & path)> PathFilter;
|
|||
|
||||
extern PathFilter defaultPathFilter;
|
||||
|
||||
/* Common initialisation performed in child processes. */
|
||||
void commonChildInit(Pipe & logPipe);
|
||||
|
||||
/* Create a Unix domain socket in listen mode. */
|
||||
AutoCloseFD createUnixDomainSocket(const Path & path, mode_t mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue