summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.h
diff options
context:
space:
mode:
authorKevin Pulo <kevin.pulo@mongodb.com>2019-05-16 02:01:11 +0000
committerKevin Pulo <kevin.pulo@mongodb.com>2019-08-26 04:00:09 +0000
commitf6bee9fab63e45bd7ef30e73aff6a21edca16aa2 (patch)
treea60688fc6e8b0623a0aa35e43788d8ed23d626ae /src/mongo/db/service_entry_point_common.h
parentc5901841c88650ce78e6f077317d623d1b262b0c (diff)
downloadmongo-f6bee9fab63e45bd7ef30e73aff6a21edca16aa2.tar.gz
SERVER-36159 Log whenever the gossiped config server opTime term changes
(cherry picked from commit c2c6ed338f617e89600f4a221abc19045431c46e)
Diffstat (limited to 'src/mongo/db/service_entry_point_common.h')
-rw-r--r--src/mongo/db/service_entry_point_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/service_entry_point_common.h b/src/mongo/db/service_entry_point_common.h
index 88188fac3b1..95f63cf915c 100644
--- a/src/mongo/db/service_entry_point_common.h
+++ b/src/mongo/db/service_entry_point_common.h
@@ -76,7 +76,7 @@ struct ServiceEntryPointCommon {
virtual void handleException(const DBException& e, OperationContext* opCtx) const = 0;
- virtual void advanceConfigOptimeFromRequestMetadata(OperationContext* opCtx) const = 0;
+ virtual void advanceConfigOpTimeFromRequestMetadata(OperationContext* opCtx) const = 0;
MONGO_WARN_UNUSED_RESULT_FUNCTION virtual std::unique_ptr<PolymorphicScoped>
scopedOperationCompletionShardingActions(OperationContext* opCtx) const = 0;