summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_op_observer.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2022-10-12 12:17:43 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-12 17:24:28 +0000
commit4d9be19d1cf86049fe54e6632950c384b2b7eaa6 (patch)
treecfbdba90722e738d5efac1c8e2e9d9af26170d47 /src/mongo/db/auth/auth_op_observer.h
parent77aec6e6dcd06f19a8a9ac29786a1948366659c4 (diff)
downloadmongo-4d9be19d1cf86049fe54e6632950c384b2b7eaa6.tar.gz
SERVER-69749 OpObserver::preTransactionPrepare() accepts TransactionOperations
Diffstat (limited to 'src/mongo/db/auth/auth_op_observer.h')
-rw-r--r--src/mongo/db/auth/auth_op_observer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/auth_op_observer.h b/src/mongo/db/auth/auth_op_observer.h
index 3437f89dd99..51d0e7c5af8 100644
--- a/src/mongo/db/auth/auth_op_observer.h
+++ b/src/mongo/db/auth/auth_op_observer.h
@@ -217,7 +217,7 @@ public:
OperationContext* opCtx,
const std::vector<OplogSlot>& reservedSlots,
Date_t wallClockTime,
- std::vector<repl::ReplOperation>* statements) final {
+ TransactionOperations* transactionOperations) final {
return nullptr;
}