summaryrefslogtreecommitdiff
path: root/s/strategy.cpp
diff options
context:
space:
mode:
authorDwight Merriman <dwight@10gen.com>2010-05-26 00:46:49 -0400
committerDwight Merriman <dwight@10gen.com>2010-05-26 00:46:49 -0400
commita190583c5180cca0f937b969e9959a1cddc19c5c (patch)
treed2d4dba88b6ad622bd32828c5e37cdaac37574d2 /s/strategy.cpp
parenta6e5b141c2d0bfac88d22fdf9d3bafc85c95b523 (diff)
downloadmongo-a190583c5180cca0f937b969e9959a1cddc19c5c.tar.gz
MutexDebugger
Diffstat (limited to 's/strategy.cpp')
-rw-r--r--s/strategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/strategy.cpp b/s/strategy.cpp
index bb31e8afdc9..8c2e4896b27 100644
--- a/s/strategy.cpp
+++ b/s/strategy.cpp
@@ -156,7 +156,7 @@ namespace mongo {
};
map<string,WriteBackListener*> WriteBackListener::_cache;
- mongo::mutex WriteBackListener::_lock;
+ mongo::mutex WriteBackListener::_lock("WriteBackListener");
void checkShardVersion( DBClientBase& conn , const string& ns , bool authoritative ){
// TODO: cache, optimize, etc...