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 86ee2914968..619a4e6a592 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -284,6 +284,9 @@ public:
// Namespace used for storing the diffs for sampled update queries.
static const NamespaceString kConfigSampledQueriesDiffNamespace;
+ // Namespace used for the health log.
+ static const NamespaceString kLocalHealthLogNamespace;
+
/**
* Constructs an empty NamespaceString.
*/