about summary refs log tree commit diff
path: root/src/libstore/worker-protocol.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-08-13T11·15+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-08-13T11·15+0000
commit59afc1a15cfb90c333aa7423e46be32cc0635b12 (patch)
tree80ac0e746945e604ee7ccff4fa5623bb137adf28 /src/libstore/worker-protocol.hh
parent9e975458b48d9eb041a6484c634be2ee8ee1649d (diff)
* Backwards compatibility.
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-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 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,