diff options
Diffstat (limited to 'common/trans.h')
| -rw-r--r-- | common/trans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/trans.h b/common/trans.h index 34816eed..639e64d1 100644 --- a/common/trans.h +++ b/common/trans.h @@ -95,7 +95,7 @@ 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); + tbus *wobjs, int *wcount, int *timeout); int APP_CC trans_check_wait_objs(struct trans* self); int APP_CC |
