summaryrefslogtreecommitdiff
path: root/src/mongo/client/server_is_master_monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/server_is_master_monitor.h')
-rw-r--r--src/mongo/client/server_is_master_monitor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/client/server_is_master_monitor.h b/src/mongo/client/server_is_master_monitor.h
index 14e2e202ba4..2756c322a56 100644
--- a/src/mongo/client/server_is_master_monitor.h
+++ b/src/mongo/client/server_is_master_monitor.h
@@ -1,4 +1,3 @@
-
/**
* Copyright (C) 2020-present MongoDB, Inc.
*
@@ -127,7 +126,7 @@ private:
SdamConfiguration _sdamConfiguration;
TopologyEventsPublisherPtr _eventPublisher;
std::shared_ptr<executor::TaskExecutor> _executor;
- std::unordered_map<ServerAddress, SingleServerIsMasterMonitorPtr> _singleMonitors;
+ stdx::unordered_map<ServerAddress, SingleServerIsMasterMonitorPtr> _singleMonitors;
bool _isShutdown;
MongoURI _setUri;
};