about summary refs log tree commit diff
path: root/src/libstore/local-store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-09-17T12·54+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-09-17T12·54+0000
commitc987061aa401eaad984aaa3058aa0506df4f46da (patch)
treeceaff3a86543c1b654c9e01fbeba7984cb60c5d0 /src/libstore/local-store.hh
parent77afd97a996a0bde569140b512879fbde83bf4a1 (diff)
* Some refactoring. Better output with `-v' for --use-atime.
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r--src/libstore/local-store.hh7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index 6ad5032f6ea7..37ed543fc3dc 100644
--- a/src/libstore/local-store.hh
+++ b/src/libstore/local-store.hh
@@ -167,8 +167,11 @@ private:
     
     void upgradeStore12();
 
-    void tryToDelete(const GCOptions & options, GCResults & results,
-        PathSet & done, const Path & path);
+    void gcPath(const GCOptions & options, GCResults & results,
+        const Path & path);
+
+    void gcPathRecursive(const GCOptions & options,
+        GCResults & results, PathSet & done, const Path & path);
 
     void startSubstituter(const Path & substituter,
         RunningSubstituter & runningSubstituter);