diff options
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r-- | src/libstore/worker-protocol.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh index b3339101103b..e48fd5fe9708 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -26,10 +26,13 @@ typedef enum { wopSyncWithGC, wopFindRoots, wopCollectGarbage, + wopExportPath, + wopImportPath, } WorkerOp; #define STDERR_NEXT 0x6f6c6d67 +#define STDERR_DATA 0x64617461 #define STDERR_LAST 0x616c7473 #define STDERR_ERROR 0x63787470 |