1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 12:10:59 +01:00

Runtime state arguments added to nix-state.

This commit is contained in:
Wouter den Breejen 2007-10-23 14:02:25 +00:00
parent c0dceea9f0
commit 7e0dcc5dcb
15 changed files with 155 additions and 50 deletions

View file

@ -52,6 +52,8 @@ typedef enum {
wopShareState,
wopUnShareState,
wopLookupStatePath,
wopSetStateOptions,
wopGetStateOptions,
wopSetOptions, //40
} WorkerOp;