summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
authorMatthew Saltz <matthew.saltz@mongodb.com>2019-11-26 20:21:41 +0000
committerevergreen <evergreen@mongodb.com>2019-11-26 20:21:41 +0000
commita1bb3e698f2a79c463077b84c77cf2cee06d848b (patch)
tree23e5ebba8323a9240c33a4f2bdadc23ff840d9dc /src/mongo/db/namespace_string.h
parent058c4e3bbf94aa2ed1148dd0e8e473be6fcaa48b (diff)
downloadmongo-a1bb3e698f2a79c463077b84c77cf2cee06d848b.tar.gz
SERVER-44161 Implement MigrationCoordinator
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 653f0ed1546..add77a0dfaf 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -95,6 +95,9 @@ public:
// Namespace for storing the persisted state of transaction coordinators.
static const NamespaceString kTransactionCoordinatorsNamespace;
+ // Namespace for storing the persisted state of migration coordinators.
+ static const NamespaceString kMigrationCoordinatorsNamespace;
+
// Namespace for replica set configuration settings.
static const NamespaceString kSystemReplSetNamespace;