summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_types.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-03-31 11:28:18 +0000
committerjsorg71 <jsorg71>2008-03-31 11:28:18 +0000
commit4df6aa909e1c0f8626cf1968a6e188779eef7629 (patch)
treedfd0f2f2827c68eb9911122739b14f2bfba2abdf /xrdp/xrdp_types.h
parentdab4ae3934dd0afed35887af84c47dfe7e38172e (diff)
downloadxrdp-proprietary-4df6aa909e1c0f8626cf1968a6e188779eef7629.tar.gz
xrdp-proprietary-4df6aa909e1c0f8626cf1968a6e188779eef7629.zip
main loop reorganization
Diffstat (limited to 'xrdp/xrdp_types.h')
-rw-r--r--xrdp/xrdp_types.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h
index 3db33a9a..c1178366 100644
--- a/xrdp/xrdp_types.h
+++ b/xrdp/xrdp_types.h
@@ -249,6 +249,7 @@ struct xrdp_process
/* create these when up and running */
struct xrdp_wm* wm;
int app_sck;
+ tbus done_event;
};
/* rdp listener */
@@ -256,10 +257,8 @@ struct xrdp_listen
{
int status;
int sck;
- int term;
- struct xrdp_process* process_list[100]; /* 100 processes possible */
- int process_list_count;
- int process_list_max;
+ struct list* process_list;
+ tbus pro_done_event;
};
/* region */