summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_op_observer.h
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2021-05-04 16:09:52 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-04 21:10:48 +0000
commit137f0e128c872b601dfce4a3801a1dac8d2f0d28 (patch)
treec020124db3caf0752672b87233fe6ddd4ca8ffc8 /src/mongo/db/auth/auth_op_observer.h
parente6981fb1f4eade2e07a971af7663f6cbc436be15 (diff)
downloadmongo-137f0e128c872b601dfce4a3801a1dac8d2f0d28.tar.gz
SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor OpObserver::onDelete to express image semantics.
Diffstat (limited to 'src/mongo/db/auth/auth_op_observer.h')
-rw-r--r--src/mongo/db/auth/auth_op_observer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/auth/auth_op_observer.h b/src/mongo/db/auth/auth_op_observer.h
index 8df53a44696..635babfc83f 100644
--- a/src/mongo/db/auth/auth_op_observer.h
+++ b/src/mongo/db/auth/auth_op_observer.h
@@ -92,8 +92,7 @@ public:
const NamespaceString& nss,
OptionalCollectionUUID uuid,
StmtId stmtId,
- bool fromMigrate,
- const boost::optional<BSONObj>& deletedDoc) final;
+ const OplogDeleteEntryArgs& args) final;
void onInternalOpMessage(OperationContext* opCtx,
const NamespaceString& nss,