MutexDebugger

This commit is contained in:
Dwight Merriman
2010-05-26 00:46:49 -04:00
parent a6e5b141c2
commit a190583c51
44 changed files with 247 additions and 180 deletions

View File

@@ -228,7 +228,7 @@ namespace mongo {
class ScopeCache {
public:
ScopeCache(){
ScopeCache() : _mutex("ScopeCache") {
_magic = 17;
}