summaryrefslogtreecommitdiffstats
path: root/common/xrdp_client_info.h
diff options
context:
space:
mode:
authorspeidy <speidy@gmail.com>2016-11-29 00:49:29 -0500
committerspeidy <speidy@gmail.com>2016-11-29 15:25:14 -0500
commit1fe048b63d85641687de7e2eb539a74ac850be5d (patch)
tree2e4e3e5e746cbbf56be26609aa2f8f8af3b8a908 /common/xrdp_client_info.h
parent5fbcaf1655edc3cc9734c4e785902c4ff6c5bf40 (diff)
downloadxrdp-proprietary-1fe048b63d85641687de7e2eb539a74ac850be5d.tar.gz
xrdp-proprietary-1fe048b63d85641687de7e2eb539a74ac850be5d.zip
xrdp_encoder: do not initialize for non-UNIX rdp clients
xrdp_encoder: comment about temporary workaround
Diffstat (limited to 'common/xrdp_client_info.h')
-rw-r--r--common/xrdp_client_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h
index 46589e30..254708f1 100644
--- a/common/xrdp_client_info.h
+++ b/common/xrdp_client_info.h
@@ -145,6 +145,9 @@ struct xrdp_client_info
int disableSSLv3; /* 0 = no, 1 = yes */
char tls_ciphers[64];
+
+ int client_os_major;
+ int client_os_minor;
};
#endif