* Use a Unix domain socket instead of pipes.

This commit is contained in:
Eelco Dolstra 2006-12-03 02:36:44 +00:00
parent 8c76df93e6
commit 4251f94b32
2 changed files with 18 additions and 15 deletions

View file

@ -52,8 +52,7 @@ public:
void syncWithGC();
private:
Pipe toChild;
Pipe fromChild;
AutoCloseFD fdSelf;
FdSink to;
FdSource from;
Pid child;