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:
parent
714fa24cfb
commit
7951c3c546
7 changed files with 209 additions and 107 deletions
|
@ -23,4 +23,9 @@ typedef enum {
|
|||
} WorkerOp;
|
||||
|
||||
|
||||
#define STDERR_NEXT 0x6f6c6d67
|
||||
#define STDERR_LAST 0x616c7473
|
||||
#define STDERR_ERROR 0x63787470
|
||||
|
||||
|
||||
#endif /* !__WORKER_PROTOCOL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue