summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_recipient_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_recipient_service.h')
-rw-r--r--src/mongo/db/s/resharding/resharding_recipient_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/s/resharding/resharding_recipient_service.h b/src/mongo/db/s/resharding/resharding_recipient_service.h
index 0e508783b5c..b570bc95c48 100644
--- a/src/mongo/db/s/resharding/resharding_recipient_service.h
+++ b/src/mongo/db/s/resharding/resharding_recipient_service.h
@@ -60,6 +60,10 @@ std::vector<NamespaceString> ensureStashCollectionsExist(
const UUID& existingUUID,
std::vector<DonorShardMirroringEntry> donorShards);
+ReshardingDonorOplogId getIdToResumeFrom(OperationContext* opCtx,
+ NamespaceString oplogBufferNss,
+ Timestamp fetchTimestamp);
+
} // namespace resharding
class ReshardingRecipientService final : public repl::PrimaryOnlyService {