summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r--src/mongo/db/namespace_string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h
index ad3c5e7bbb9..a43406f8bd4 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -112,6 +112,9 @@ public:
// Namespace for storing the persisted state of tenant migration donors.
static const NamespaceString kTenantMigrationDonorsNamespace;
+ // Namespace for storing the persisted state of tenant migration recipient service instances.
+ static const NamespaceString kTenantMigrationRecipientsNamespace;
+
// Namespace for replica set configuration settings.
static const NamespaceString kSystemReplSetNamespace;