* Use a Unix domain socket instead of pipes.
This commit is contained in:
parent
8c76df93e6
commit
4251f94b32
2 changed files with 18 additions and 15 deletions
|
|
@ -52,8 +52,7 @@ public:
|
|||
void syncWithGC();
|
||||
|
||||
private:
|
||||
Pipe toChild;
|
||||
Pipe fromChild;
|
||||
AutoCloseFD fdSelf;
|
||||
FdSink to;
|
||||
FdSource from;
|
||||
Pid child;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue