diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-02-21T16·34+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-02-21T16·34+0000 |
commit | 0f5da8a83c227879566ed87623617fe195bc6f88 (patch) | |
tree | 68936736d29d839affea132f65004bfbcb587e1f /src/libstore/worker-protocol.hh | |
parent | dc7d59477613e88b18133208f6c8b2f646e66260 (diff) |
* Support exportPath() in remote mode.
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 |