mirror of https://github.com/neutrinolabs/xrdp
common: add trans_get_wait_objs_rw to header
This commit is contained in:
parent
2893a5c8c6
commit
1deac46fdc
|
@ -66,6 +66,10 @@ trans_delete(struct trans* self);
|
||||||
int APP_CC
|
int APP_CC
|
||||||
trans_get_wait_objs(struct trans* self, tbus* objs, int* count);
|
trans_get_wait_objs(struct trans* self, tbus* objs, int* count);
|
||||||
int APP_CC
|
int APP_CC
|
||||||
|
trans_get_wait_objs_rw(struct trans *self,
|
||||||
|
tbus *robjs, int *rcount,
|
||||||
|
tbus *wobjs, int *wcount);
|
||||||
|
int APP_CC
|
||||||
trans_check_wait_objs(struct trans* self);
|
trans_check_wait_objs(struct trans* self);
|
||||||
int APP_CC
|
int APP_CC
|
||||||
trans_force_read_s(struct trans* self, struct stream* in_s, int size);
|
trans_force_read_s(struct trans* self, struct stream* in_s, int size);
|
||||||
|
|
Loading…
Reference in New Issue