summaryrefslogtreecommitdiff
path: root/db/concurrency.h
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2009-10-06 16:17:11 -0400
committerDwight <dmerriman@gmail.com>2009-10-06 16:17:11 -0400
commit0c9212038d87cdbac7cfd39ee93a099b6a291e61 (patch)
treea73eaf4b64b07c6995a5d450570e8b04e7ad00fe /db/concurrency.h
parent32d147df9c9c3ca2e8d4cb1e7ed6af89017ccce3 (diff)
downloadmongo-0c9212038d87cdbac7cfd39ee93a099b6a291e61.tar.gz
small cleanups
Diffstat (limited to 'db/concurrency.h')
-rw-r--r--db/concurrency.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/concurrency.h b/db/concurrency.h
index 26177f8032b..376ed5785ce 100644
--- a/db/concurrency.h
+++ b/db/concurrency.h
@@ -1,6 +1,12 @@
/* concurrency.h
mongod concurrency rules & notes will be placed here.
+
+ Mutex heirarchy
+
+ leaf:
+ Logstream::mutex
+
*/
#pragma once