summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer/op_observer_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/op_observer/op_observer_registry.h')
-rw-r--r--src/mongo/db/op_observer/op_observer_registry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/op_observer/op_observer_registry.h b/src/mongo/db/op_observer/op_observer_registry.h
index f213be1d397..c13f3aa3048 100644
--- a/src/mongo/db/op_observer/op_observer_registry.h
+++ b/src/mongo/db/op_observer/op_observer_registry.h
@@ -451,8 +451,8 @@ public:
void onTransactionPrepare(
OperationContext* opCtx,
const std::vector<OplogSlot>& reservedSlots,
- std::vector<repl::ReplOperation>* statements,
- const ApplyOpsOplogSlotAndOperationAssignment* applyOpsOperationAssignment,
+ const std::vector<repl::ReplOperation>& statements,
+ const ApplyOpsOplogSlotAndOperationAssignment& applyOpsOperationAssignment,
size_t numberOfPrePostImagesToWrite,
Date_t wallClockTime) override {
ReservedTimes times{opCtx};