diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-10-27T10·54+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-10-27T10·54+0200 |
commit | 63575ffa38650d84aaec04d7447f92cf06db52a5 (patch) | |
tree | d75eefdf9e6b879ae93bfad95740360184915b47 /src/libstore/local-store.hh | |
parent | 2cf98218c81c7563ba4c7a6016ffe6f5437678c4 (diff) | |
parent | ed25753501a7a3f77c097df01db299bdb60ede96 (diff) |
Merge branch 'nix-doctor' of https://github.com/LnL7/nix
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 746bdbeed793..fce963433a5e 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -209,6 +209,8 @@ public: void registerValidPaths(const ValidPathInfos & infos); + unsigned int getProtocol() override; + void vacuumDB(); /* Repair the contents of the given path by redownloading it using |