diff options
Diffstat (limited to 'src/nix-store/serve-protocol.hh')
-rw-r--r-- | src/nix-store/serve-protocol.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix-store/serve-protocol.hh b/src/nix-store/serve-protocol.hh index eb13b46e51bd..741b622beb17 100644 --- a/src/nix-store/serve-protocol.hh +++ b/src/nix-store/serve-protocol.hh @@ -16,6 +16,7 @@ typedef enum { cmdImportPaths = 4, cmdExportPaths = 5, cmdBuildPaths = 6, + cmdQueryClosure = 7, } ServeCommand; } |