From 1deac46fdcad0c9e5d9b063350fdc0e5617855cc Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Wed, 4 Dec 2013 15:26:23 -0800 Subject: [PATCH] common: add trans_get_wait_objs_rw to header --- common/trans.h | 4 ++++ 1 file changed, 4 insertions(+) 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);