summaryrefslogtreecommitdiff
path: root/src/mongo/client/global_conn_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/global_conn_pool.h')
-rw-r--r--src/mongo/client/global_conn_pool.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mongo/client/global_conn_pool.h b/src/mongo/client/global_conn_pool.h
index b5c37d2a415..8704b7cfa1c 100644
--- a/src/mongo/client/global_conn_pool.h
+++ b/src/mongo/client/global_conn_pool.h
@@ -33,14 +33,14 @@
namespace mongo {
- /**
- * Global connection pool (used by all references to the internal DB client).
- */
- extern DBConnectionPool globalConnPool;
+/**
+ * Global connection pool (used by all references to the internal DB client).
+ */
+extern DBConnectionPool globalConnPool;
- /**
- * Maintains the replica set monitors associated with the global connection pool.
- */
- extern ReplicaSetMonitorManager globalRSMonitorManager;
+/**
+ * Maintains the replica set monitors associated with the global connection pool.
+ */
+extern ReplicaSetMonitorManager globalRSMonitorManager;
-} // namespace mongo
+} // namespace mongo