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

State paths can now be scanned and queryed (references), referres still need to be added

This commit is contained in:
Wouter den Breejen 2007-06-19 15:23:00 +00:00
parent 5164a77aab
commit 235c91dd7f
6 changed files with 40 additions and 31 deletions

View file

@ -70,8 +70,6 @@ public:
vector<int> getStatePathsInterval(const PathSet & statePaths);
void registerMaybeStatePath(const Path & drvPath);
bool isStateComponent(const Path & path);
bool isStateDrv(const Path & drvpath);