diff options
author | speidy <speidy@gmail.com> | 2014-03-12 06:43:59 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2014-03-12 06:43:59 +0200 |
commit | 744cdf9da1ae7cd4da4f8d01ae0f1cb448b9b071 (patch) | |
tree | 7d6f3ce6af52aedd93d18a3c2aba91c2d5dc9bdf /common | |
parent | 56ae4539a9e4b09dab25557d93611e0bb215f987 (diff) | |
parent | 630f735a28eca8c6cd4b64ac7e38abe6634a0698 (diff) | |
download | xrdp-proprietary-744cdf9da1ae7cd4da4f8d01ae0f1cb448b9b071.tar.gz xrdp-proprietary-744cdf9da1ae7cd4da4f8d01ae0f1cb448b9b071.zip |
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel
Diffstat (limited to 'common')
-rw-r--r-- | common/xrdp_client_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index c17675e4..6536db48 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -121,6 +121,8 @@ struct xrdp_client_info int mcs_connection_type; int mcs_early_capability_flags; + int max_fastpath_frag_bytes; + }; #endif |