diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-08-13T11·15+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-08-13T11·15+0000 |
commit | 59afc1a15cfb90c333aa7423e46be32cc0635b12 (patch) | |
tree | 80ac0e746945e604ee7ccff4fa5623bb137adf28 /src/libstore/worker-protocol.hh | |
parent | 9e975458b48d9eb041a6484c634be2ee8ee1649d (diff) |
* Backwards compatibility.
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, |