summaryrefslogtreecommitdiff
path: root/src/other_tools/ops_maps
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-10-01 08:56:21 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-10-25 13:00:43 +0200
commit6afa59eb57896aed9b7f96d37c86702d3bdb0a58 (patch)
treeb09115ff490dbda92cbba68ff6065abfef53e7ea /src/other_tools/ops_maps
parent9dfa79780768c43292673b7d60c69aec5bfdd12c (diff)
downloadjustbuild-6afa59eb57896aed9b7f96d37c86702d3bdb0a58.tar.gz
just-mr: Use explicit naming in default instantiated storage
As just-mr will always create Git roots, be explicit in the names of variables to state that the default storage created is native.
Diffstat (limited to 'src/other_tools/ops_maps')
-rw-r--r--src/other_tools/ops_maps/git_update_map.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/other_tools/ops_maps/git_update_map.hpp b/src/other_tools/ops_maps/git_update_map.hpp
index 3c36a4b4..91377407 100644
--- a/src/other_tools/ops_maps/git_update_map.hpp
+++ b/src/other_tools/ops_maps/git_update_map.hpp
@@ -60,7 +60,8 @@ struct hash<RepoDescriptionForUpdating> {
GitCASPtr const& git_cas,
std::string const& git_bin,
std::vector<std::string> const& launcher,
- gsl::not_null<StorageConfig const*> const& storage_config,
+ gsl::not_null<StorageConfig const*> const&
+ storage_config, // native storage config
gsl::not_null<JustMRStatistics*> const& stats,
gsl::not_null<JustMRProgress*> const& progress,
std::size_t jobs) -> GitUpdateMap;