summaryrefslogtreecommitdiff
path: root/src/mongo/db/session_catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/session_catalog.h')
-rw-r--r--src/mongo/db/session_catalog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/session_catalog.h b/src/mongo/db/session_catalog.h
index 7bed6ae91a3..bcf696042b7 100644
--- a/src/mongo/db/session_catalog.h
+++ b/src/mongo/db/session_catalog.h
@@ -59,6 +59,8 @@ class SessionCatalog {
friend class OperationContextSession;
public:
+ static constexpr StringData kInternalSessionsCleanupClient = "InternalSessionsCleanup"_sd;
+
class ScopedCheckedOutSession;
class SessionToKill;