about summary refs log tree commit diff
path: root/src/libstore/local-store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-13T18·33-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-13T18·33-0400
commite6e495649cc1f324cd0a66cfaf3c4bdf21522e63 (patch)
tree48730d41c13b4ac7dbfada7203f0d542aefe02f5 /src/libstore/local-store.hh
parent2923b55f9d67bda340053a27e08f7bcddc025f7c (diff)
Vacuum the SQLite DB after running the garbage collector
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r--src/libstore/local-store.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index ba05829221..d2b13d6a90 100644
--- a/src/libstore/local-store.hh
+++ b/src/libstore/local-store.hh
@@ -195,6 +195,8 @@ public:
 
     void clearFailedPaths(const PathSet & paths);
 
+    void vacuumDB();
+
 private:
 
     Path schemaPath;