summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface_standalone.h
diff options
context:
space:
mode:
authorRahul Sundararaman <rahul.sundararaman@10gen.com>2019-07-23 13:57:25 -0400
committerRahul Sundararaman <rahul.sundararaman@10gen.com>2019-07-23 15:58:10 -0400
commit5020e611bbffd51bb8cebd3790f8537b7eb4c03c (patch)
tree6b92c60cf3b00eabea37b49cf0de63a48896663d /src/mongo/db/pipeline/process_interface_standalone.h
parentf79c017612cba9db58ca96c74d787678e0660c43 (diff)
downloadmongo-5020e611bbffd51bb8cebd3790f8537b7eb4c03c.tar.gz
SERVER-41362 Attach diagnostic captures to OperationContexts
Diffstat (limited to 'src/mongo/db/pipeline/process_interface_standalone.h')
-rw-r--r--src/mongo/db/pipeline/process_interface_standalone.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/process_interface_standalone.h b/src/mongo/db/pipeline/process_interface_standalone.h
index 8d7cf4693c4..392af0beb5e 100644
--- a/src/mongo/db/pipeline/process_interface_standalone.h
+++ b/src/mongo/db/pipeline/process_interface_standalone.h
@@ -156,7 +156,8 @@ public:
protected:
BSONObj _reportCurrentOpForClient(OperationContext* opCtx,
Client* client,
- CurrentOpTruncateMode truncateOps) const final;
+ CurrentOpTruncateMode truncateOps,
+ CurrentOpBacktraceMode backtraceMode) const final;
void _reportCurrentOpsForIdleSessions(OperationContext* opCtx,
CurrentOpUserMode userMode,