summaryrefslogtreecommitdiff
path: root/src/mongo/db/background.h
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2012-02-13 21:28:57 -0500
committerdwight <dwight@10gen.com>2012-02-13 21:28:57 -0500
commit455e15cab040d9a3e5775c0d69817c506b0ed39c (patch)
treea5f69c29c2b04e4c845fd19dc9336471696b3274 /src/mongo/db/background.h
parentfdef9fbf7050bb37a67210af0d5e524b30a9be46 (diff)
downloadmongo-455e15cab040d9a3e5775c0d69817c506b0ed39c.tar.gz
SERVER-4328 background operation global variable
Diffstat (limited to 'src/mongo/db/background.h')
-rw-r--r--src/mongo/db/background.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/background.h b/src/mongo/db/background.h
index ea424c97107..92ecf8d7123 100644
--- a/src/mongo/db/background.h
+++ b/src/mongo/db/background.h
@@ -50,6 +50,7 @@ namespace mongo {
NamespaceString _ns;
static map<string, unsigned> dbsInProg;
static set<string> nsInProg;
+ static SimpleMutex m;
};
} // namespace mongo