1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-25 19:51:00 +01:00

Count bytes freed deleting unused links

This commit is contained in:
Eelco Dolstra 2012-08-01 22:43:03 -04:00
parent 01d56c1eec
commit 6763084ae5
2 changed files with 5 additions and 3 deletions

View file

@ -264,7 +264,7 @@ private:
int openGCLock(LockType lockType);
void removeUnusedLinks();
void removeUnusedLinks(const GCState & state);
void startSubstituter(const Path & substituter,
RunningSubstituter & runningSubstituter);