diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-08-02T02·43-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-08-02T02·43-0400 |
commit | 6763084ae53fc0228d50ab94bbbced89c1b14f1c (patch) | |
tree | 07d162ac68a26df478b406b634a6668fe0af3c3e /src/libstore/local-store.hh | |
parent | 01d56c1eeca497de247413a64a544605c53d9d41 (diff) |
Count bytes freed deleting unused links
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 721cc6afbed5..6a5e3641c4eb 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -264,7 +264,7 @@ private: int openGCLock(LockType lockType); - void removeUnusedLinks(); + void removeUnusedLinks(const GCState & state); void startSubstituter(const Path & substituter, RunningSubstituter & runningSubstituter); |