diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-11-30T20·45+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-11-30T20·45+0000 |
commit | 02632790713eaabd5250ba04283233c8bc078067 (patch) | |
tree | 4848b09faade056cbb76fc28a72b477011eaf4f7 /src/libstore/worker-protocol.hh | |
parent | a711689368fe0915a2f18ea61fe6e953647d0174 (diff) |
* More operations.
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r-- | src/libstore/worker-protocol.hh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh index 0ba0c374ec92..dd711f3304b1 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -7,9 +7,11 @@ typedef enum { - wopQuit = 0, - wopIsValidPath = 1, - wopQuerySubstitutes = 2, + wopQuit, + wopIsValidPath, + wopQuerySubstitutes, + wopAddToStore, + wopAddTextToStore, } WorkerOp; |