1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 18:41:47 +02:00

* Some hackery to propagate the worker's stderr and exceptions to the

client.
This commit is contained in:
Eelco Dolstra 2006-12-03 02:08:13 +00:00
parent 714fa24cfb
commit 7951c3c546
7 changed files with 209 additions and 107 deletions

View file

@ -23,4 +23,9 @@ typedef enum {
} WorkerOp;
#define STDERR_NEXT 0x6f6c6d67
#define STDERR_LAST 0x616c7473
#define STDERR_ERROR 0x63787470
#endif /* !__WORKER_PROTOCOL_H */