summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/replication_coordinator_embedded.cpp
diff options
context:
space:
mode:
authorJanna Golden <janna.golden@mongodb.com>2020-01-13 21:10:48 +0000
committerevergreen <evergreen@mongodb.com>2020-01-13 21:10:48 +0000
commitaac7f3d1e6bdf527019d7ef1dacaa2e072962710 (patch)
treefa6744a5179b5056546c0005030e31c2f709b19a /src/mongo/embedded/replication_coordinator_embedded.cpp
parent87f20a3aa53d88846a34d299e9b0e7b39531a6e7 (diff)
downloadmongo-aac7f3d1e6bdf527019d7ef1dacaa2e072962710.tar.gz
SERVER-44950 Update SDAM with new awaitable isMaster fields including topologyVersion
Diffstat (limited to 'src/mongo/embedded/replication_coordinator_embedded.cpp')
-rw-r--r--src/mongo/embedded/replication_coordinator_embedded.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/embedded/replication_coordinator_embedded.cpp b/src/mongo/embedded/replication_coordinator_embedded.cpp
index 62d22272002..9d3ce294c02 100644
--- a/src/mongo/embedded/replication_coordinator_embedded.cpp
+++ b/src/mongo/embedded/replication_coordinator_embedded.cpp
@@ -491,7 +491,7 @@ void ReplicationCoordinatorEmbedded::updateAndLogStateTransitionMetrics(
std::shared_ptr<const repl::IsMasterResponse> ReplicationCoordinatorEmbedded::awaitIsMasterResponse(
OperationContext* opCtx,
const repl::SplitHorizon::Parameters& horizonParams,
- boost::optional<repl::TopologyVersion> previous,
+ boost::optional<TopologyVersion> previous,
boost::optional<Date_t> deadline) const {
UASSERT_NOT_IMPLEMENTED;
};