summaryrefslogtreecommitdiff
path: root/src/mongo/util
diff options
context:
space:
mode:
authorJason Carey <jcarey@argv.me>2017-07-25 19:10:48 -0400
committerJason Carey <jcarey@argv.me>2017-08-01 17:57:19 -0400
commit009fdc7dfcc0197632cef5e3fdc250fdba68f7a5 (patch)
treec8b1ebb23f9e67a10feb79b14130bf71e7c940c0 /src/mongo/util
parentad30a49a33b8773cbc07388bb257d605cbd6aa12 (diff)
downloadmongo-009fdc7dfcc0197632cef5e3fdc250fdba68f7a5.tar.gz
SERVER-30080 LogicalSessions in the shell
Basic logical session implementation for the shell
Diffstat (limited to 'src/mongo/util')
-rw-r--r--src/mongo/util/uuid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/uuid.h b/src/mongo/util/uuid.h
index d8f75d0d7ce..8436f5936ba 100644
--- a/src/mongo/util/uuid.h
+++ b/src/mongo/util/uuid.h
@@ -57,6 +57,7 @@ class UUID {
friend class One_UUID;
friend class LogicalSessionId;
friend class LogicalSessionToClient;
+ friend class LogicalSessionIdToClient;
friend class LogicalSessionFromClient;
friend class repl::OplogEntryBase;