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.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/other_tools/root_maps/distdir_git_map.hpp b/src/other_tools/root_maps/distdir_git_map.hpp
index 8afeb3d9..8f7796e3 100644
--- a/src/other_tools/root_maps/distdir_git_map.hpp
+++ b/src/other_tools/root_maps/distdir_git_map.hpp
@@ -23,6 +23,8 @@ struct DistdirInfo {
std::string content_id; /* key */
std::shared_ptr<std::unordered_map<std::string, std::string>> content_list;
std::shared_ptr<std::vector<ArchiveContent>> repos_to_fetch;
+ // name of repository for which work is done; used in progress reporting
+ std::string origin;
[[nodiscard]] auto operator==(const DistdirInfo& other) const noexcept
-> bool {