mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 12:41:00 +01:00
before making computeFSClosure recursively transactional ..... (adding Transaction txn)
This commit is contained in:
parent
7bfed0c104
commit
f3dabd6206
11 changed files with 246 additions and 232 deletions
|
|
@ -227,6 +227,10 @@ public:
|
|||
|
||||
/* TODO */
|
||||
virtual bool queryAvailableStateRevisions(const Path & statePath, RevisionNumbers & revisions) = 0;
|
||||
|
||||
virtual void commitStatePath(const Path & statePath) = 0;
|
||||
|
||||
virtual void updateRevisionsRecursively(const Path & statePath) = 0;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue