mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Tunnel progress messages from the daemon to the client
This makes the progress bar work for non-root users.
This commit is contained in:
parent
e681b1f064
commit
fe34b91289
4 changed files with 124 additions and 30 deletions
|
@ -57,6 +57,9 @@ typedef enum {
|
|||
#define STDERR_WRITE 0x64617416 // data for sink
|
||||
#define STDERR_LAST 0x616c7473
|
||||
#define STDERR_ERROR 0x63787470
|
||||
#define STDERR_START_ACTIVITY 0x53545254
|
||||
#define STDERR_STOP_ACTIVITY 0x53544f50
|
||||
#define STDERR_RESULT 0x52534c54
|
||||
|
||||
|
||||
Path readStorePath(Store & store, Source & from);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue