diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2016-12-04 17:20:01 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2016-12-04 17:20:01 -0800 |
commit | f14e3dc8acc970ceeca6870b7dd8450a0547fa60 (patch) | |
tree | 872294e6e429467abfc3edcd24bca9de6fcc5252 /sesman/session.h | |
parent | 9a517b34f0f4eb546c46ad4185260f4b66773a8c (diff) | |
download | xrdp-proprietary-f14e3dc8acc970ceeca6870b7dd8450a0547fa60.tar.gz xrdp-proprietary-f14e3dc8acc970ceeca6870b7dd8450a0547fa60.zip |
sesman: must save guid in session data
Diffstat (limited to 'sesman/session.h')
-rw-r--r-- | sesman/session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/session.h b/sesman/session.h index e5b15834..73313595 100644 --- a/sesman/session.h +++ b/sesman/session.h @@ -76,6 +76,7 @@ struct session_item struct session_date disconnect_time; struct session_date idle_time; char client_ip[256]; + tui8 guid[16]; }; struct session_chain |