summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_donor_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_donor_service.h')
-rw-r--r--src/mongo/db/repl/tenant_migration_donor_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/repl/tenant_migration_donor_service.h b/src/mongo/db/repl/tenant_migration_donor_service.h
index 87931e03343..11fe2d6ffab 100644
--- a/src/mongo/db/repl/tenant_migration_donor_service.h
+++ b/src/mongo/db/repl/tenant_migration_donor_service.h
@@ -188,6 +188,7 @@ public:
ExecutorFuture<void> _waitForRecipientToReachBlockTimestampAndEnterCommittedState(
const std::shared_ptr<executor::ScopedTaskExecutor>& executor,
std::shared_ptr<RemoteCommandTargeter> recipientTargeterRS,
+ const CancellationToken& abortToken,
const CancellationToken& token);
ExecutorFuture<void> _handleErrorOrEnterAbortedState(