From e2224844019d58fc947ce00e18e9fa9974d2c8b5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 30 May 2016 13:33:05 +0200 Subject: Re-implement the WantMassQuery property of binary caches --- src/libstore/store-api.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstore/store-api.hh') diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index 65c4cdc97fc4..8c618bf3e771 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -253,6 +253,8 @@ public: virtual void querySubstitutablePathInfos(const PathSet & paths, SubstitutablePathInfos & infos) = 0; + virtual bool wantMassQuery() { return false; } + /* Import a path into the store. */ virtual void addToStore(const ValidPathInfo & info, const std::string & nar, bool repair = false) = 0; -- cgit 1.4.1