summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/dbclient_base.h')
-rw-r--r--src/mongo/client/dbclient_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/dbclient_base.h b/src/mongo/client/dbclient_base.h
index 6f0458e95ee..f8aa0a41ff6 100644
--- a/src/mongo/client/dbclient_base.h
+++ b/src/mongo/client/dbclient_base.h
@@ -710,7 +710,7 @@ protected:
/** controls how chatty the client is about network errors & such. See log.h */
const logger::LogSeverity _logLevel;
- static AtomicInt64 ConnectionIdSequence;
+ static AtomicWord<long long> ConnectionIdSequence;
long long _connectionId; // unique connection id for this connection
private: