summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/op_observer_impl.h')
-rw-r--r--src/mongo/db/op_observer_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/op_observer_impl.h b/src/mongo/db/op_observer_impl.h
index a05efbb2861..bc701e1688b 100644
--- a/src/mongo/db/op_observer_impl.h
+++ b/src/mongo/db/op_observer_impl.h
@@ -57,6 +57,7 @@ public:
void onDelete(OperationContext* opCtx,
const NamespaceString& nss,
OptionalCollectionUUID uuid,
+ StmtId stmtId,
CollectionShardingState::DeleteState deleteState,
bool fromMigrate) override;
void onOpMessage(OperationContext* opCtx, const BSONObj& msgObj) override;