about summary refs log tree commit diff
path: root/src/nix-store/serve-protocol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/serve-protocol.hh')
-rw-r--r--src/nix-store/serve-protocol.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix-store/serve-protocol.hh b/src/nix-store/serve-protocol.hh
index 07ff4f7a7cc4..eb13b46e51bd 100644
--- a/src/nix-store/serve-protocol.hh
+++ b/src/nix-store/serve-protocol.hh
@@ -14,6 +14,8 @@ typedef enum {
     cmdQueryPathInfos = 2,
     cmdDumpStorePath = 3,
     cmdImportPaths = 4,
+    cmdExportPaths = 5,
+    cmdBuildPaths = 6,
 } ServeCommand;
 
 }