diff options
author | Jason Carey <jcarey@argv.me> | 2017-07-25 19:10:48 -0400 |
---|---|---|
committer | Jason Carey <jcarey@argv.me> | 2017-08-01 17:57:19 -0400 |
commit | 009fdc7dfcc0197632cef5e3fdc250fdba68f7a5 (patch) | |
tree | c8b1ebb23f9e67a10feb79b14130bf71e7c940c0 /src/mongo/util/uuid.h | |
parent | ad30a49a33b8773cbc07388bb257d605cbd6aa12 (diff) | |
download | mongo-009fdc7dfcc0197632cef5e3fdc250fdba68f7a5.tar.gz |
SERVER-30080 LogicalSessions in the shell
Basic logical session implementation for the shell
Diffstat (limited to 'src/mongo/util/uuid.h')
-rw-r--r-- | src/mongo/util/uuid.h | 1 |
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; |