mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
added scanAndUpdateAllReferencesTxn(..) moving on to create a db-table that can save state-revision-closures and state-revision-reference-closures
This commit is contained in:
parent
1c3ec86c39
commit
ad2b815b5e
10 changed files with 235 additions and 184 deletions
|
|
@ -308,7 +308,10 @@ bool IsDirectory(const string FileName);
|
|||
string getCallingUserName();
|
||||
|
||||
/* TODO */
|
||||
PathSet mergePathSets(const PathSet & paths1, const PathSet & paths2);
|
||||
PathSet pathSets_union(const PathSet & paths1, const PathSet & paths2);
|
||||
|
||||
/* TODO */
|
||||
void pathSets_difference(const PathSet & oldpaths, const PathSet & newpaths, PathSet & addedpaths, PathSet & removedpaths);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue