aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/worker-protocol.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-11-30 22:43:55 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-11-30 22:43:55 +0000
commit0565b5f2b35dc153dc98e1e3bd37476aa13ee4f1 (patch)
treea370db3e93b6e07f044fc436092c9d082da9c8be /src/libstore/worker-protocol.hh
parentaac547a8b3f481fda48cc1fe1082ce4c32be0e03 (diff)
* More remote operations.
* Added new operation hasSubstitutes(), which is more efficient than querySubstitutes().size() > 0.
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r--src/libstore/worker-protocol.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh
index dd711f330..16b616c80 100644
--- a/src/libstore/worker-protocol.hh
+++ b/src/libstore/worker-protocol.hh
@@ -10,8 +10,15 @@ typedef enum {
wopQuit,
wopIsValidPath,
wopQuerySubstitutes,
+ wopHasSubstitutes,
+ wopQueryPathHash,
+ wopQueryReferences,
+ wopQueryReferrers,
wopAddToStore,
+ wopAddToStoreFixed,
wopAddTextToStore,
+ wopBuildDerivations,
+ wopEnsurePath,
} WorkerOp;