summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_util.h')
-rw-r--r--src/mongo/db/repl/tenant_migration_util.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/db/repl/tenant_migration_util.h b/src/mongo/db/repl/tenant_migration_util.h
index e76e8464ad0..a6a750884de 100644
--- a/src/mongo/db/repl/tenant_migration_util.h
+++ b/src/mongo/db/repl/tenant_migration_util.h
@@ -133,7 +133,7 @@ inline Status validatePrivateKeyPEMPayload(const StringData& payload) {
* document from the given the admin.system.keys document BSONObj.
*/
ExternalKeysCollectionDocument makeExternalClusterTimeKeyDoc(ServiceContext* serviceContext,
- std::string rsName,
+ UUID migrationId,
BSONObj keyDoc);
/*
@@ -144,8 +144,7 @@ ExternalKeysCollectionDocument makeExternalClusterTimeKeyDoc(ServiceContext* ser
*/
void storeExternalClusterTimeKeyDocsAndRefreshCache(
std::shared_ptr<executor::ScopedTaskExecutor> executor,
- std::vector<ExternalKeysCollectionDocument> keyDocs,
- const CancelationToken& token);
+ std::vector<ExternalKeysCollectionDocument> keyDocs);
/**
* Creates a view on the oplog that allows a tenant migration recipient to fetch retryable writes