summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer/op_observer_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/op_observer/op_observer_impl.h')
-rw-r--r--src/mongo/db/op_observer/op_observer_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/op_observer/op_observer_impl.h b/src/mongo/db/op_observer/op_observer_impl.h
index fd9bfe9bde6..1aea9c92495 100644
--- a/src/mongo/db/op_observer/op_observer_impl.h
+++ b/src/mongo/db/op_observer/op_observer_impl.h
@@ -212,6 +212,7 @@ public:
void onEmptyCapped(OperationContext* opCtx,
const NamespaceString& collectionName,
const UUID& uuid) final;
+ void onTransactionStart(OperationContext* opCtx) final;
void onUnpreparedTransactionCommit(OperationContext* opCtx,
const TransactionOperations& transactionOperations) final;
void onBatchedWriteStart(OperationContext* opCtx) final;