diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-31 16:07:04 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-31 16:07:04 +0200 |
commit | bf290c2306d8554b82a9f1d30279b90bf8606fa6 (patch) | |
tree | 5be2c7b87bc54fac4d330cd82c156b3e6d4b450f /src/libstore/remote-store.hh | |
parent | 2ae9ac23698276c3e045d9b21f5c6ffb40f38324 (diff) | |
parent | 0604cfd0ebedcbc0354b783ffb77b95399b9aec3 (diff) |
Merge remote-tracking branch 'origin/master' into markdown
Diffstat (limited to 'src/libstore/remote-store.hh')
-rw-r--r-- | src/libstore/remote-store.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/remote-store.hh b/src/libstore/remote-store.hh index 3c1b78b6a..72d2a6689 100644 --- a/src/libstore/remote-store.hh +++ b/src/libstore/remote-store.hh @@ -56,7 +56,7 @@ public: StorePathSet querySubstitutablePaths(const StorePathSet & paths) override; - void querySubstitutablePathInfos(const StorePathSet & paths, + void querySubstitutablePathInfos(const StorePathCAMap & paths, SubstitutablePathInfos & infos) override; void addToStore(const ValidPathInfo & info, Source & nar, @@ -94,7 +94,7 @@ public: void queryMissing(const std::vector<StorePathWithOutputs> & targets, StorePathSet & willBuild, StorePathSet & willSubstitute, StorePathSet & unknown, - unsigned long long & downloadSize, unsigned long long & narSize) override; + uint64_t & downloadSize, uint64_t & narSize) override; void connect() override; |