From 2ad759136ae9f39e1842ef80779dfe127a19beba Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 24 Jun 2024 17:36:49 +0200 Subject: Use constant IExecutionApi in just-mr maps --- src/other_tools/ops_maps/archive_fetch_map.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/other_tools/ops_maps/archive_fetch_map.hpp') diff --git a/src/other_tools/ops_maps/archive_fetch_map.hpp b/src/other_tools/ops_maps/archive_fetch_map.hpp index 7a676592..f6e3d987 100644 --- a/src/other_tools/ops_maps/archive_fetch_map.hpp +++ b/src/other_tools/ops_maps/archive_fetch_map.hpp @@ -29,8 +29,8 @@ using ArchiveFetchMap = AsyncMapConsumer; [[nodiscard]] auto CreateArchiveFetchMap( gsl::not_null const& content_cas_map, std::filesystem::path const& fetch_dir, // should exist! - gsl::not_null const& local_api, - std::optional> const& remote_api, + gsl::not_null const& local_api, + std::optional> const& remote_api, std::size_t jobs) -> ArchiveFetchMap; #endif // INCLUDED_SRC_OTHER_TOOLS_OPS_MAPS_ARCHIVE_FETCH_MAP_HPP -- cgit v1.2.3