summaryrefslogtreecommitdiffstats
path: root/vnc/vnc.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2016-12-03 23:12:48 -0800
committerJay Sorg <jay.sorg@gmail.com>2016-12-03 23:12:48 -0800
commit57905d71ada103ae397e441e2c14b6f64c365a69 (patch)
tree629afdc3d8280a8b3d82e549a7357f64f098f00c /vnc/vnc.h
parent42d370fcddcbf131618b2a9b741203952a3242db (diff)
downloadxrdp-proprietary-57905d71ada103ae397e441e2c14b6f64c365a69.tar.gz
xrdp-proprietary-57905d71ada103ae397e441e2c14b6f64c365a69.zip
vnc: change password file to use guid hash
Diffstat (limited to 'vnc/vnc.h')
-rw-r--r--vnc/vnc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vnc/vnc.h b/vnc/vnc.h
index 34f408ca..0bc3835d 100644
--- a/vnc/vnc.h
+++ b/vnc/vnc.h
@@ -114,4 +114,6 @@ struct vnc
struct stream *clip_data_s;
int delay_ms;
struct trans *trans;
+ int got_guid;
+ tui8 guid[16];
};