summaryrefslogtreecommitdiff
path: root/src/other_tools/root_maps/distdir_git_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/root_maps/distdir_git_map.hpp')
-rw-r--r--src/other_tools/root_maps/distdir_git_map.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/other_tools/root_maps/distdir_git_map.hpp b/src/other_tools/root_maps/distdir_git_map.hpp
index bfdf02df..4100ebfc 100644
--- a/src/other_tools/root_maps/distdir_git_map.hpp
+++ b/src/other_tools/root_maps/distdir_git_map.hpp
@@ -43,10 +43,10 @@ struct DistdirInfo {
};
/// \brief Maps a list of repositories belonging to a distdir to its
-/// corresponding workspace root and indication whether this was a cache
-/// hit.
+/// corresponding workspace root and indication whether this was a cache hit.
using DistdirGitMap =
- AsyncMapConsumer<DistdirInfo, std::pair<nlohmann::json, bool>>;
+ AsyncMapConsumer<DistdirInfo,
+ std::pair<nlohmann::json /*root*/, bool /*is_cache_hit*/>>;
[[nodiscard]] auto CreateDistdirGitMap(
gsl::not_null<ContentCASMap*> const& content_cas_map,