diff options
| author | jsorg71 <jsorg71> | 2009-09-21 02:59:15 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2009-09-21 02:59:15 +0000 |
| commit | a673a075bd5e99ce9d1ff7e505d0ccfb880429ba (patch) | |
| tree | fd475ddda4e18ca4fed510ee41c9d846dbdb4cd9 /xrdp/xrdp.h | |
| parent | d9b86cc2ff8f2ec79ab52c0330fed1ea85cabb17 (diff) | |
| download | xrdp-proprietary-a673a075bd5e99ce9d1ff7e505d0ccfb880429ba.tar.gz xrdp-proprietary-a673a075bd5e99ce9d1ff7e505d0ccfb880429ba.zip | |
update trans in xrdp->sesman connection
Diffstat (limited to 'xrdp/xrdp.h')
| -rw-r--r-- | xrdp/xrdp.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 5742a72a..4cec5931 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -125,8 +125,6 @@ callback(long id, int msg, long param1, long param2, long param3, long param4); int APP_CC xrdp_wm_delete_all_childs(struct xrdp_wm* self); int APP_CC -xrdp_wm_app_sck_signal(struct xrdp_wm* self, int app_sck); -int APP_CC xrdp_wm_log_msg(struct xrdp_wm* self, char* msg); int APP_CC xrdp_wm_get_wait_objs(struct xrdp_wm* self, tbus* robjs, int* rc, @@ -341,11 +339,14 @@ xrdp_mm_delete(struct xrdp_mm* self); int APP_CC xrdp_mm_connect(struct xrdp_mm* self); int APP_CC -xrdp_mm_signal(struct xrdp_mm* self); -int APP_CC xrdp_mm_process_channel_data(struct xrdp_mm* self, tbus param1, tbus param2, tbus param3, tbus param4); - +int APP_CC +xrdp_mm_get_wait_objs(struct xrdp_mm* self, + tbus* read_objs, int* rcount, + tbus* write_objs, int* wcount, int* timeout); +int APP_CC +xrdp_mm_check_wait_objs(struct xrdp_mm* self); int DEFAULT_CC server_begin_update(struct xrdp_mod* mod); int DEFAULT_CC |
