summaryrefslogtreecommitdiff
path: root/src/mongo/db/pdfile.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2014-05-28 13:49:34 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2014-06-02 22:52:46 -0400
commit8c9fcc939f9f1a2b593e606bd790cc87efd4064f (patch)
treebeaa313f3e53cf72ca76aa5392946b97736ea6b3 /src/mongo/db/pdfile.h
parent4add46aa8dd05a5c6d8af2c798eef6e9b5e4164b (diff)
downloadmongo-8c9fcc939f9f1a2b593e606bd790cc87efd4064f.tar.gz
SERVER-13961 Start using LockState from the OperationContext
Diffstat (limited to 'src/mongo/db/pdfile.h')
-rw-r--r--src/mongo/db/pdfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pdfile.h b/src/mongo/db/pdfile.h
index 9544d999840..43e3336f23e 100644
--- a/src/mongo/db/pdfile.h
+++ b/src/mongo/db/pdfile.h
@@ -49,7 +49,7 @@ namespace mongo {
void dropDatabase(OperationContext* txn, Database* db);
- void dropAllDatabasesExceptLocal();
+ void dropAllDatabasesExceptLocal(OperationContext* txn);
Status userCreateNS( OperationContext* txn,
Database* db,