diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-03T02·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-03T02·08+0000 |
commit | 7951c3c5460324c652d42f5f92bcae44e0a0b9c7 (patch) | |
tree | da8595f52e710af3313a177cc73a1a1b0cfffe87 /src/libstore/remote-store.hh | |
parent | 714fa24cfb5afeb144549e0cc4808cc2a1c459cf (diff) |
* Some hackery to propagate the worker's stderr and exceptions to the
client.
Diffstat (limited to 'src/libstore/remote-store.hh')
-rw-r--r-- | src/libstore/remote-store.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/remote-store.hh b/src/libstore/remote-store.hh index b11191c09d81..05d2a21ecb23 100644 --- a/src/libstore/remote-store.hh +++ b/src/libstore/remote-store.hh @@ -57,6 +57,8 @@ private: FdSink to; FdSource from; Pid child; + + void processStderr(); }; |