summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2016-02-01 11:00:20 -0500
committerRamon Fernandez <ramon@mongodb.com>2016-02-01 13:01:05 -0500
commit159b239d31aff2c86ec1e0dc5c982d8d385c0ed0 (patch)
treeb06c099158319474f20599c54477d07c61e5aae7
parent581abf60609caeadeb119393c86694df59e77dd0 (diff)
downloadmongo-159b239d31aff2c86ec1e0dc5c982d8d385c0ed0.tar.gz
SERVER-21789 fix format
(cherry picked from commit e03d69dde4e36d6f30c58f4fe572f35b0add4367)
-rw-r--r--src/mongo/client/replica_set_monitor_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/replica_set_monitor_internal.h b/src/mongo/client/replica_set_monitor_internal.h
index d4162be40d1..1b669f1ab9b 100644
--- a/src/mongo/client/replica_set_monitor_internal.h
+++ b/src/mongo/client/replica_set_monitor_internal.h
@@ -184,7 +184,7 @@ public:
int consecutiveFailedScans;
std::set<HostAndPort> seedNodes; // updated whenever a master reports set membership changes
OID maxElectionId; // largest election id observed by this ReplicaSetMonitor
- int configVersion{0}; // version number of the replica set config.
+ int configVersion{0}; // version number of the replica set config.
HostAndPort lastSeenMaster; // empty if we have never seen a master. can be same as current
Nodes nodes; // maintained sorted and unique by host
ScanStatePtr currentScan; // NULL if no scan in progress