aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libstore/worker-protocol.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh
index 3fdfa1807..56d03af55 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,