summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/strategy.h')
-rw-r--r--src/mongo/s/commands/strategy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/strategy.h b/src/mongo/s/commands/strategy.h
index 85fafda1acb..95f3f8c9449 100644
--- a/src/mongo/s/commands/strategy.h
+++ b/src/mongo/s/commands/strategy.h
@@ -75,7 +75,7 @@ public:
* with the result from the operation. Doesn't send any response back and does not throw on
* errors.
*/
- static void writeOp(OperationContext* opCtx, DbMessage* dbm);
+ static void writeOp(std::shared_ptr<RequestExecutionContext> rec);
/**
* Executes a command from either OP_QUERY or OP_MSG wire protocols.