* Make the garbage collector more resilient to certain consistency
errors: in-use paths now cause a warning, not a fatal error.
This commit is contained in:
parent
8659edc098
commit
8f67b35886
3 changed files with 10 additions and 4 deletions
|
|
@ -138,6 +138,8 @@ Path queryDeriver(const Transaction & txn, const Path & path);
|
|||
/* Delete a value from the nixStore directory. */
|
||||
void deleteFromStore(const Path & path, unsigned long long & bytesFreed);
|
||||
|
||||
MakeError(PathInUse, Error);
|
||||
|
||||
void verifyStore(bool checkContents);
|
||||
|
||||
/* Whether we are in build users mode. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue