summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface/common_process_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/process_interface/common_process_interface.h')
-rw-r--r--src/mongo/db/pipeline/process_interface/common_process_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/process_interface/common_process_interface.h b/src/mongo/db/pipeline/process_interface/common_process_interface.h
index 4a4f1d1e990..46981e7dda1 100644
--- a/src/mongo/db/pipeline/process_interface/common_process_interface.h
+++ b/src/mongo/db/pipeline/process_interface/common_process_interface.h
@@ -154,7 +154,7 @@ protected:
* executed by the supplied client. This method is called by the getCurrentOps method of
* CommonProcessInterface to delegate to the mongoS- or mongoD- specific implementation.
*/
- virtual BSONObj _reportCurrentOpForClient(OperationContext* opCtx,
+ virtual BSONObj _reportCurrentOpForClient(const boost::intrusive_ptr<ExpressionContext>& expCtx,
Client* client,
CurrentOpTruncateMode truncateOps,
CurrentOpBacktraceMode backtraceMode) const = 0;