1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 12:37:59 +02:00

* Implement RemoteStore::queryPathInfo().

This commit is contained in:
Eelco Dolstra 2010-11-17 12:08:01 +00:00
parent a3883cbd28
commit 1db6259076
3 changed files with 27 additions and 1 deletions

View file

@ -38,6 +38,7 @@ typedef enum {
wopQueryValidPaths = 23,
wopQueryFailedPaths = 24,
wopClearFailedPaths = 25,
wopQueryPathInfo = 26,
} WorkerOp;