summaryrefslogtreecommitdiff
path: root/s
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-12-08 00:32:35 -0800
committerAaron <aaron@10gen.com>2010-12-08 00:32:56 -0800
commit0b97deb52745f7da9464ddaf11ea2f85f211fa26 (patch)
tree9692344dde99dcc4d0a433cb2b38e0d14913e063 /s
parentd749e8a4383f057acdf37850e8c6860b7e91f8f6 (diff)
downloadmongo-0b97deb52745f7da9464ddaf11ea2f85f211fa26.tar.gz
SERVER-2184 clarify usage of mongo mutex
Diffstat (limited to 's')
-rw-r--r--s/cursors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/cursors.h b/s/cursors.h
index 53c5b647557..4e3db8cc239 100644
--- a/s/cursors.h
+++ b/s/cursors.h
@@ -89,7 +89,7 @@ namespace mongo {
void doTimeouts();
void startTimeoutThread();
private:
- mutex _mutex;
+ mongo::mutex _mutex;
MapSharded _cursors;
MapNormal _refs;