summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/storage_details.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/storage_details.cpp')
-rw-r--r--src/mongo/db/commands/storage_details.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/storage_details.cpp b/src/mongo/db/commands/storage_details.cpp
index 1121a3e22dd..9649cdcdfcf 100644
--- a/src/mongo/db/commands/storage_details.cpp
+++ b/src/mongo/db/commands/storage_details.cpp
@@ -323,7 +323,7 @@ namespace {
/**
* Entry point, parses command parameters and invokes runInternal.
*/
- bool run(TransactionExperiment* txn, const string& dbname , BSONObj& cmdObj, int, string& errmsg,
+ bool run(OperationContext* txn, const string& dbname , BSONObj& cmdObj, int, string& errmsg,
BSONObjBuilder& result, bool fromRepl);
};
@@ -756,7 +756,7 @@ namespace {
static const char* USE_ANALYZE_STR = "use {analyze: 'diskStorage' | 'pagesInRAM'}";
- bool StorageDetailsCmd::run(TransactionExperiment* txn, const string& dbname, BSONObj& cmdObj, int, string& errmsg,
+ bool StorageDetailsCmd::run(OperationContext* txn, const string& dbname, BSONObj& cmdObj, int, string& errmsg,
BSONObjBuilder& result, bool fromRepl) {
// { analyze: subcommand }