diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-01T20·21+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-01T21·53+0200 |
commit | 8fb8c26b6d07d2aadf9cf85bda159c815996be89 (patch) | |
tree | c7aa813a7279895ddc2609cf26ab3faf36043f3a /src/libstore/worker-protocol.hh | |
parent | 27a01d92c2be3e6c1be23f96d24c3d3358489a87 (diff) |
Add an 'optimiseStore' remote procedure call.
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r-- | src/libstore/worker-protocol.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh index c7d3a726ab4c..4b040b77ce63 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -42,6 +42,7 @@ typedef enum { wopQueryValidPaths = 31, wopQuerySubstitutablePaths = 32, wopQueryValidDerivers = 33, + wopOptimiseStore = 34 } WorkerOp; |