diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-06-12 16:53:44 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-06-12 16:53:44 +0000 |
commit | 6d1a1191b053645fa0277830524bf085a7fe0956 (patch) | |
tree | 53ad5f6484b612ace6b82224a86cbf95028ea350 /src/libstore/worker-protocol.hh | |
parent | 9d9e1c5c41023e03ed5069ba6fc17ad3cfeab9f4 (diff) | |
download | guix-6d1a1191b053645fa0277830524bf085a7fe0956.tar.gz |
* Support queryDeriver() in multi-user installations.
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r-- | src/libstore/worker-protocol.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh index 0126c8d59d..4a2e8b6942 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -28,6 +28,7 @@ typedef enum { wopCollectGarbage, wopExportPath, wopImportPath, + wopQueryDeriver, } WorkerOp; |