From 8fb8c26b6d07d2aadf9cf85bda159c815996be89 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 1 Sep 2014 22:21:42 +0200 Subject: Add an 'optimiseStore' remote procedure call. --- src/libstore/local-store.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libstore/local-store.hh') diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index e58e6563f1..dccdba533a 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -167,6 +167,9 @@ public: files with the same contents. */ void optimiseStore(OptimiseStats & stats); + /* Generic variant of the above method. */ + void optimiseStore(); + /* Optimise a single store path. */ void optimisePath(const Path & path); -- cgit 1.4.1