mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 08:46:16 +02:00
Update src/libstore/local-overlay-store.hh
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
6a8de4c9dc
commit
1255866e16
1 changed files with 7 additions and 0 deletions
|
@ -124,6 +124,13 @@ private:
|
||||||
|
|
||||||
void optimiseStore() override;
|
void optimiseStore() override;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check all paths registered in the upper DB.
|
||||||
|
*
|
||||||
|
* Note that this includes store objects that reside in either overlayfs layer; just enumerating the contents of the upper layer would skip them.
|
||||||
|
*
|
||||||
|
* We don't verify the contents of both layers on the assumption that the lower layer is far bigger, and also the observation that anything not in the upper db the overlayfs doesn't yet care about.
|
||||||
|
*/
|
||||||
bool verifyAllValidPaths(RepairFlag repair, StorePathSet & validPaths) override;
|
bool verifyAllValidPaths(RepairFlag repair, StorePathSet & validPaths) override;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue