summaryrefslogtreecommitdiff
path: root/db/namespace.h
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-10-16 20:10:47 -0400
committerdwight <dwight@10gen.com>2010-10-16 20:10:47 -0400
commit7922967fc78c851b41b82fb9a005a6e304cf8f0c (patch)
tree3cfba90d29140bcf49fb775be792e2ea0976de13 /db/namespace.h
parentb03b7878884dcf12f53bbeefbd3fabd9cea3b2f3 (diff)
downloadmongo-7922967fc78c851b41b82fb9a005a6e304cf8f0c.tar.gz
towards compact cmd
Diffstat (limited to 'db/namespace.h')
-rw-r--r--db/namespace.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/db/namespace.h b/db/namespace.h
index 51599b33907..88d268a6c87 100644
--- a/db/namespace.h
+++ b/db/namespace.h
@@ -94,7 +94,9 @@ namespace mongo {
namespace mongo {
/** @return true if a client can modify this namespace
- things like *.system.users */
+ things like *.system.users
+ @param write used when .system.js
+ */
bool legalClientSystemNS( const string& ns , bool write );
/* deleted lists -- linked lists of deleted records -- are placed in 'buckets' of various sizes