mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
* Some hackery to propagate the worker's stderr and exceptions to the
client.
This commit is contained in:
parent
714fa24cfb
commit
7951c3c546
7 changed files with 209 additions and 107 deletions
|
@ -131,6 +131,8 @@ void printMsg_(Verbosity level, const format & f);
|
|||
|
||||
void warnOnce(bool & haveWarned, const format & f);
|
||||
|
||||
extern void (*writeToStderr) (const unsigned char * buf, size_t count);
|
||||
|
||||
|
||||
/* Wrappers arount read()/write() that read/write exactly the
|
||||
requested number of bytes. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue