diff options
| author | jsorg71 <jay.sorg@gmail.com> | 2018-10-11 22:09:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-11 22:09:20 -0700 |
| commit | ae1514c1679e87edfdeba5ca3eb2b3659ef44b1a (patch) | |
| tree | 9f07228ba6be179dd5c0a46e070ca86c16214ab4 /xrdp/xrdp_types.h | |
| parent | 6049cf8dad919ded363c0dd5ac53a56e4c82b5ad (diff) | |
| download | xrdp-proprietary-ae1514c1679e87edfdeba5ca3eb2b3659ef44b1a.tar.gz xrdp-proprietary-ae1514c1679e87edfdeba5ca3eb2b3659ef44b1a.zip | |
dynamic virtual channel improvements
remove not used chansrv <-> xrdp messages
move static channel disable control into libxrdp
remove some blocking read, write chansrv calls
add drdynvc calls to libxrdp
add drdynvc calls to chansrv
channel cleanup
Diffstat (limited to 'xrdp/xrdp_types.h')
| -rw-r--r-- | xrdp/xrdp_types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h index e317f584..7e416125 100644 --- a/xrdp/xrdp_types.h +++ b/xrdp/xrdp_types.h @@ -295,6 +295,8 @@ struct xrdp_mm int delete_chan_trans; /* boolean set when done with channel connection */ int usechansrv; /* true if chansrvport is set in xrdp.ini or using sesman */ struct xrdp_encoder *encoder; + int cs2xr_cid_map[256]; + int xr2cr_cid_map[256]; }; struct xrdp_key_info @@ -376,8 +378,6 @@ struct xrdp_wm struct xrdp_bitmap* target_surface; /* either screen or os surface */ int current_surface_index; int hints; - int allowedchannels[MAX_NR_CHANNELS]; - int allowedinitialized ; char pamerrortxt[256]; /* configuration derived from xrdp.ini */ |
