aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/remote-store.hh
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-07-02 11:14:04 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2020-07-02 11:14:04 -0400
commitfc2ab42e86e0b75250a666eeb5e25705a2ab83ef (patch)
treefc884cb1f6521f9f5a20843d6ce4dac1416fb2dd /src/libstore/remote-store.hh
parentd2e8b9ff0e8048d7b3914811b2d4bd535feac49d (diff)
parenta5b6e870fe9fb5ebf462c19963588d62f56d0f21 (diff)
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Diffstat (limited to 'src/libstore/remote-store.hh')
-rw-r--r--src/libstore/remote-store.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/remote-store.hh b/src/libstore/remote-store.hh
index 07ed2b51a..290ffbfc8 100644
--- a/src/libstore/remote-store.hh
+++ b/src/libstore/remote-store.hh
@@ -51,6 +51,7 @@ public:
StorePathSet queryDerivationOutputs(const StorePath & path) override;
+ OutputPathMap queryDerivationOutputMap(const StorePath & path) override;
std::optional<StorePath> queryPathFromHashPart(const std::string & hashPart) override;
StorePathSet querySubstitutablePaths(const StorePathSet & paths) override;