diff options
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 d887ee59bd95..1146f9577025 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -33,6 +33,7 @@ typedef enum { wopQueryDeriver = 18, wopSetOptions = 19, wopCollectGarbage = 20, + wopQuerySubstitutablePathInfo = 21, } WorkerOp; |