summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_op_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_op_observer.h')
-rw-r--r--src/mongo/db/s/resharding/resharding_op_observer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/s/resharding/resharding_op_observer.h b/src/mongo/db/s/resharding/resharding_op_observer.h
index 8d11ea97b5b..6fbfcc45ea8 100644
--- a/src/mongo/db/s/resharding/resharding_op_observer.h
+++ b/src/mongo/db/s/resharding/resharding_op_observer.h
@@ -97,7 +97,7 @@ public:
void onInserts(OperationContext* opCtx,
const NamespaceString& nss,
- OptionalCollectionUUID uuid,
+ const UUID& uuid,
std::vector<InsertStatement>::const_iterator begin,
std::vector<InsertStatement>::const_iterator end,
bool fromMigrate) override;
@@ -110,7 +110,7 @@ public:
void onDelete(OperationContext* opCtx,
const NamespaceString& nss,
- OptionalCollectionUUID uuid,
+ const UUID& uuid,
StmtId stmtId,
const OplogDeleteEntryArgs& args) override;