summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/query/router_stage_mock.h')
-rw-r--r--src/mongo/s/query/router_stage_mock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/query/router_stage_mock.h b/src/mongo/s/query/router_stage_mock.h
index dce077d8122..7cba32a81f6 100644
--- a/src/mongo/s/query/router_stage_mock.h
+++ b/src/mongo/s/query/router_stage_mock.h
@@ -44,9 +44,9 @@ class RouterStageMock final : public RouterExecStage {
public:
~RouterStageMock() final {}
- 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;