1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 04:30:59 +01:00

In the middle of adding state references to derivations and the db...

This commit is contained in:
Wouter den Breejen 2007-06-18 19:54:31 +00:00
parent 5e59387d40
commit bdecf3bdbc
16 changed files with 190 additions and 191 deletions

View file

@ -42,7 +42,7 @@ public:
PathFilter & filter = defaultPathFilter);
Path addTextToStore(const string & suffix, const string & s,
const PathSet & references);
const PathSet & references, const PathSet & stateReferences);
void exportPath(const Path & path, bool sign,
Sink & sink);
@ -69,9 +69,11 @@ public:
vector<int> getStatePathsInterval(const PathSet & statePaths);
PathSet getStateReferencesClosure(const Path & path);
void updateAllStateDerivations();
bool isStateComponent(const Path & path);
bool isStateDrv(const Path & drvpath);
private:
AutoCloseFD fdSocket;