diff options
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 57d9d765e420..444a5f3402df 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -143,6 +143,10 @@ private: void upgradeStore12(); + void tryToDelete(GCAction action, const PathSet & livePaths, + const PathSet & tempRootsClosed, PathSet & done, PathSet & deleted, + const Path & path, unsigned long long & bytesFreed); + }; |