summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
authorAllison Easton <allison.easton@mongodb.com>2023-03-03 11:04:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-03 13:42:16 +0000
commit91f1168d42b88244463ec344395446d3a6e42522 (patch)
tree2e2f086336c6fd225cccf597702fab0243ea37a3 /src/mongo/db/curop.h
parent3baa95b8fc71d1c8b62e678463d5dbfc169e7fab (diff)
downloadmongo-91f1168d42b88244463ec344395446d3a6e42522.tar.gz
SERVER-70383 Rename shard version functions and parameters that are actually placement versions
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index 84cfc567d38..1560a84faf6 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -325,7 +325,7 @@ public:
// Stores the duration of time spent waiting for the shard to refresh the collection and wait
// for the collection critical section.
- Milliseconds shardVersionRefreshMillis{0};
+ Milliseconds placementVersionRefreshMillis{0};
// Stores the duration of time spent waiting for the specified user write concern to
// be fulfilled.