aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r--src/libstore/local-store.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index 57d9d765e..444a5f340 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);
+
};