diff options
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r-- | src/libstore/worker-protocol.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh index 3fdfa1807b3c..56d03af55be3 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -10,9 +10,9 @@ namespace nix { typedef enum { - wopQuit, + wopQuit = 0, wopIsValidPath, - wopHasSubstitutes, + wopHasSubstitutes = 3, wopQueryPathHash, wopQueryReferences, wopQueryReferrers, |