summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
authorJordi Serra Torrens <jordi.serra-torrens@mongodb.com>2022-03-08 08:28:56 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-08 09:25:08 +0000
commit4a1f01267e8723f4eba6aa264466fd6b27cb2ab9 (patch)
tree2c48e0debc899c23554a8162ee0f7da171483ce5 /src/mongo/db/namespace_string.h
parentf70e73ccc422499080cfb4163efe42a64a4e59e1 (diff)
downloadmongo-4a1f01267e8723f4eba6aa264466fd6b27cb2ab9.tar.gz
SERVER-63519 Extend RecoverableCriticalSectionService to accommodate global user write blocking
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 d30348da0d5..c1d01550f90 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -207,6 +207,9 @@ public:
// Namespace used for persisting ConfigsvrCoordinator state documents.
static const NamespaceString kConfigsvrCoordinatorsNamespace;
+ // Namespace for storing user write blocking critical section documents
+ static const NamespaceString kUserWritesCriticalSectionsNamespace;
+
/**
* Constructs an empty NamespaceString.
*/