summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_recipient_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_recipient_service.h')
-rw-r--r--src/mongo/db/repl/tenant_migration_recipient_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/repl/tenant_migration_recipient_service.h b/src/mongo/db/repl/tenant_migration_recipient_service.h
index 21e4325b020..2fec9e6bf55 100644
--- a/src/mongo/db/repl/tenant_migration_recipient_service.h
+++ b/src/mongo/db/repl/tenant_migration_recipient_service.h
@@ -419,7 +419,12 @@ public:
/*
* Returns the majority OpTime on the donor node that 'client' is connected to.
*/
+
OpTime _getDonorMajorityOpTime(std::unique_ptr<mongo::DBClientConnection>& client);
+ /**
+ * Enforces that the donor and recipient share the same featureCompatibilityVersion.
+ */
+ void _compareRecipientAndDonorFCV() const;
mutable Mutex _mutex = MONGO_MAKE_LATCH("TenantMigrationRecipientService::_mutex");