1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 17:59:36 +01:00

* Some refactoring. Better output with `-v' for --use-atime.

This commit is contained in:
Eelco Dolstra 2008-09-17 12:54:07 +00:00
parent 77afd97a99
commit c987061aa4
2 changed files with 40 additions and 35 deletions

View file

@ -167,8 +167,11 @@ private:
void upgradeStore12();
void tryToDelete(const GCOptions & options, GCResults & results,
PathSet & done, const Path & path);
void gcPath(const GCOptions & options, GCResults & results,
const Path & path);
void gcPathRecursive(const GCOptions & options,
GCResults & results, PathSet & done, const Path & path);
void startSubstituter(const Path & substituter,
RunningSubstituter & runningSubstituter);