diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2016-07-17 23:28:37 -0700 |
|---|---|---|
| committer | speidy <speidy@gmail.com> | 2017-01-15 08:20:50 +0200 |
| commit | 6f74efa70a1002a458ff0c9a4dc7d6e62078f0d9 (patch) | |
| tree | 1d11b86b1d63d428ebec9c4689f3c91664693b97 /xrdp/xrdp_types.h | |
| parent | 9f5656933b057bf5c47ae46716130226f8352901 (diff) | |
| download | xrdp-proprietary-6f74efa70a1002a458ff0c9a4dc7d6e62078f0d9.tar.gz xrdp-proprietary-6f74efa70a1002a458ff0c9a4dc7d6e62078f0d9.zip | |
add session_info
Conflicts:
libxrdp/libxrdp.h
Diffstat (limited to 'xrdp/xrdp_types.h')
| -rw-r--r-- | xrdp/xrdp_types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h index ca59cd1b..75c70ee7 100644 --- a/xrdp/xrdp_types.h +++ b/xrdp/xrdp_types.h @@ -146,7 +146,9 @@ struct xrdp_mod int num_crects, short *crects, char *data, int width, int height, int flags, int frame_id); - tintptr server_dumby[100 - 43]; /* align, 100 minus the number of server + int (*server_session_info)(struct xrdp_mod* v, const char *data, + int data_bytes); + tintptr server_dumby[100 - 44]; /* align, 100 minus the number of server functions above */ /* common */ tintptr handle; /* pointer to self as int */ |
