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.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index a7b3926cc..58bb70d0e 100644
--- a/src/libstore/local-store.hh
+++ b/src/libstore/local-store.hh
@@ -66,6 +66,9 @@ public:
void syncWithGC();
Roots findRoots();
+
+ void collectGarbage(GCAction action, const PathSet & pathsToDelete,
+ bool ignoreLiveness, PathSet & result, unsigned long long & bytesFreed);
};