diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-12-04 15:26:23 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-12-04 15:26:23 -0800 |
commit | 1deac46fdcad0c9e5d9b063350fdc0e5617855cc (patch) | |
tree | f6e4762c48ee2a26681916452952da3af42575e6 /common | |
parent | 2893a5c8c60ffdcac37f7629c51e1c8c79c2c6dd (diff) | |
download | xrdp-proprietary-1deac46fdcad0c9e5d9b063350fdc0e5617855cc.tar.gz xrdp-proprietary-1deac46fdcad0c9e5d9b063350fdc0e5617855cc.zip |
common: add trans_get_wait_objs_rw to header
Diffstat (limited to 'common')
-rw-r--r-- | common/trans.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/trans.h b/common/trans.h index 350f05cc..31c90721 100644 --- a/common/trans.h +++ b/common/trans.h @@ -66,6 +66,10 @@ trans_delete(struct trans* self); int APP_CC trans_get_wait_objs(struct trans* self, tbus* objs, int* count); 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); int APP_CC trans_force_read_s(struct trans* self, struct stream* in_s, int size); |