summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_merge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/query/router_stage_merge.h')
-rw-r--r--src/mongo/s/query/router_stage_merge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/query/router_stage_merge.h b/src/mongo/s/query/router_stage_merge.h
index 58a8061355e..428a405b401 100644
--- a/src/mongo/s/query/router_stage_merge.h
+++ b/src/mongo/s/query/router_stage_merge.h
@@ -45,9 +45,9 @@ class RouterStageMerge final : public RouterExecStage {
public:
RouterStageMerge(executor::TaskExecutor* executor, ClusterClientCursorParams* params);
- StatusWith<ClusterQueryResult> next(OperationContext* txn) final;
+ StatusWith<ClusterQueryResult> next(OperationContext* opCtx) final;
- void kill(OperationContext* txn) final;
+ void kill(OperationContext* opCtx) final;
bool remotesExhausted() final;