From 24035b98b155dd2d35414bdf015b3d7ab9a57af7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 26 Feb 2010 12:05:01 +0000 Subject: * Implement RemoteStore::queryValidPaths(). --- src/libstore/worker-protocol.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstore/worker-protocol.hh') diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh index 9e36aab0f0b5..c3096010b6c4 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -35,6 +35,7 @@ typedef enum { wopCollectGarbage = 20, wopQuerySubstitutablePathInfo = 21, wopQueryDerivationOutputs = 22, + wopQueryValidPaths = 23, } WorkerOp; -- cgit 1.4.1