summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/donor_document.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/donor_document.idl')
-rw-r--r--src/mongo/db/s/resharding/donor_document.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/s/resharding/donor_document.idl b/src/mongo/db/s/resharding/donor_document.idl
index c282f93874c..c2847f01356 100644
--- a/src/mongo/db/s/resharding/donor_document.idl
+++ b/src/mongo/db/s/resharding/donor_document.idl
@@ -50,3 +50,6 @@ structs:
# We intentionally have the mutable state nested in a subobject to make it easy to
# overwrite with a single $set.
mutableState: DonorShardContext
+ recipientShards:
+ type: array<shard_id>
+ description: "The list of recipient shards that are replicating from this donor."