1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 04:21:16 +02:00

Add some functions needed by hydra

This commit is contained in:
Eelco Dolstra 2016-10-12 15:49:37 +02:00
parent edf9eb8181
commit 82e2a070e0
3 changed files with 17 additions and 0 deletions

View file

@ -220,6 +220,7 @@ public:
int wait(bool block);
void setSeparatePG(bool separatePG);
void setKillSignal(int signal);
pid_t release();
};