diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-08-16T15·32+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-08-16T18·56+0200 |
commit | b4ed97e3a3116909fcaa79f5ce84487ed3838112 (patch) | |
tree | d8f1a29dc7a8049cfaa301ee2a04795afbf6c712 /src/libstore/local-store.hh | |
parent | 23b8b7e096d3a2a784387a09f68115706b1e9552 (diff) |
nix optimise-store: Show how much space has been freed
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 551c6b506fb1..2af1bfbb3892 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -251,7 +251,7 @@ private: InodeHash loadInodeHash(); Strings readDirectoryIgnoringInodes(const Path & path, const InodeHash & inodeHash); - void optimisePath_(OptimiseStats & stats, const Path & path, InodeHash & inodeHash); + void optimisePath_(Activity * act, OptimiseStats & stats, const Path & path, InodeHash & inodeHash); // Internal versions that are not wrapped in retry_sqlite. bool isValidPath_(State & state, const Path & path); |