diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-07-23 15:02:29 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-07-23 15:02:29 +0000 |
commit | 6fcd9966bf71336107088b218c59477d3f7a874f (patch) | |
tree | 964f79fe8af3458bc5c718e89c318356e0eac774 /src/libstore/store-api.hh | |
parent | 5ce95b9529ad8c53b4395d98635d035d92913091 (diff) | |
parent | 4bfba1305ed004c7b23b4e288efa707807cf2ac3 (diff) |
Merge remote-tracking branch 'upstream/master' into misc-ca
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r-- | src/libstore/store-api.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index a4be0411e..d1cb2035f 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -460,7 +460,7 @@ public: std::optional<Hash> expectedCAHash = {}); // FIXME: remove? - virtual StorePath addToStoreFromDump(const string & dump, const string & name, + virtual StorePath addToStoreFromDump(Source & dump, const string & name, FileIngestionMethod method = FileIngestionMethod::Recursive, HashType hashAlgo = htSHA256, RepairFlag repair = NoRepair) { throw Error("addToStoreFromDump() is not supported by this store"); |