Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::HookInstance Struct Reference
Collaboration diagram for nix::HookInstance:
[legend]

Public Attributes

AutoCloseFD toHook
 
AutoCloseFD fromHook
 
AutoCloseFD builderOut
 
Pid pid
 
FdSink sink
 
std::map< ActivityId, Activityactivities
 

Member Data Documentation

◆ builderOut

AutoCloseFD nix::HookInstance::builderOut

Pipe for the builder's standard output/error.

◆ fromHook

AutoCloseFD nix::HookInstance::fromHook

Pipe for the hook's standard output/error.

◆ pid

Pid nix::HookInstance::pid

The process ID of the hook.

◆ toHook

AutoCloseFD nix::HookInstance::toHook

Pipe for talking to the build hook.


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