1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 12:41:00 +01:00
This commit is contained in:
Wouter den Breejen 2007-10-19 13:42:17 +00:00
parent 53e31381fa
commit 1747d649c5
14 changed files with 131 additions and 157 deletions

View file

@ -76,9 +76,9 @@ public:
void collectGarbage(GCAction action, const PathSet & pathsToDelete,
bool ignoreLiveness, PathSet & result, unsigned long long & bytesFreed);
void setStatePathsInterval(const PathSet & statePath, const IntVector & intervals, bool allZero = false);
void setStatePathsInterval(const Path & statePath, const CommitIntervals & intervals);
IntVector getStatePathsInterval(const PathSet & statePaths);
CommitIntervals getStatePathsInterval(const Path & statePath);
bool isStateComponent(const Path & path);