mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
* Implement RemoteStore::queryPathInfo().
This commit is contained in:
parent
a3883cbd28
commit
1db6259076
3 changed files with 27 additions and 1 deletions
|
@ -38,6 +38,7 @@ typedef enum {
|
|||
wopQueryValidPaths = 23,
|
||||
wopQueryFailedPaths = 24,
|
||||
wopClearFailedPaths = 25,
|
||||
wopQueryPathInfo = 26,
|
||||
} WorkerOp;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue