summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2010-12-09 20:41:58 -0800
committerJay Sorg <jay.sorg@gmail.com>2010-12-09 20:41:58 -0800
commit31669e47202c04214cefae8e3e79b8593c518af0 (patch)
tree59352a99c402f245f847294a198ad1ae61af1e00
parente25655089706f7523dfe63c2cb53504aed7e1f51 (diff)
downloadxrdp-proprietary-31669e47202c04214cefae8e3e79b8593c518af0.tar.gz
xrdp-proprietary-31669e47202c04214cefae8e3e79b8593c518af0.zip
update mc interface
-rw-r--r--mc/mc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/mc/mc.h b/mc/mc.h
index f9690fcd..b1802727 100644
--- a/mc/mc.h
+++ b/mc/mc.h
@@ -40,7 +40,11 @@ struct mod
int (*mod_signal)(struct mod* v);
int (*mod_end)(struct mod* v);
int (*mod_set_param)(struct mod* v, char* name, char* value);
- long mod_dumby[100 - 6]; /* align, 100 minus the number of mod
+ int (*mod_session_change)(struct mod* v, int, int);
+ int (*mod_get_wait_objs)(struct mod* v, tbus* read_objs, int* rcount,
+ tbus* write_objs, int* wcount, int* timeout);
+ int (*mod_check_wait_objs)(struct mod* v);
+ long mod_dumby[100 - 9]; /* align, 100 minus the number of mod
functions above */
/* server functions */
int (*server_begin_update)(struct mod* v);