summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2016-05-31 14:49:47 -0400
committerAndy Schwerin <schwerin@mongodb.com>2016-07-13 17:37:02 -0400
commitd5985d3a661c45f1c952205f4b6d107c37fa034d (patch)
tree4281eaf54ebefc3359c1839dc7af04b1e9deebb9 /src/mongo/db/client.h
parent3f8990345ec18fe2f0316859231c2424e4355b95 (diff)
downloadmongo-d5985d3a661c45f1c952205f4b6d107c37fa034d.tar.gz
SERVER-21004 Interruptible wait on condition variables with OperationContexts.
Diffstat (limited to 'src/mongo/db/client.h')
-rw-r--r--src/mongo/db/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/client.h b/src/mongo/db/client.h
index a7523981e47..ca9a159d579 100644
--- a/src/mongo/db/client.h
+++ b/src/mongo/db/client.h
@@ -176,7 +176,7 @@ private:
const ConnectionId _connectionId;
// Protects the contents of the Client (such as changing the OperationContext, etc)
- mutable SpinLock _lock;
+ SpinLock _lock;
// Whether this client is running as DBDirectClient
bool _inDirectClient = false;