summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands_helpers.h')
-rw-r--r--src/mongo/db/commands_helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands_helpers.h b/src/mongo/db/commands_helpers.h
index d198e2323c0..0f559a3af86 100644
--- a/src/mongo/db/commands_helpers.h
+++ b/src/mongo/db/commands_helpers.h
@@ -45,7 +45,7 @@ class ReplyBuilderInterface;
// both members, and defined to be the same symbol.
// Implemented in `src/mongo/s/s_only.cpp`.
-void execCommandClient(OperationContext* txn,
+void execCommandClient(OperationContext* opCtx,
Command* c,
int queryOptions,
const char* ns,
@@ -53,7 +53,7 @@ void execCommandClient(OperationContext* txn,
BSONObjBuilder& result);
// Implemented in `src/mongo/db/commands/dbcommands.cpp`.
-void execCommandDatabase(OperationContext* txn,
+void execCommandDatabase(OperationContext* opCtx,
Command* command,
const rpc::RequestInterface& request,
rpc::ReplyBuilderInterface* replyBuilder);