Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct ast_aeap * | aeap |
struct ao2_container * | container |
int | handled |
ast_cond_t | handled_cond |
char | id [0] |
struct ast_aeap_tsx_params | params |
int | result |
int | sched_id |
Definition at line 32 of file transaction.c.
struct ast_aeap* aeap |
Pointer back to owner object
Definition at line 34 of file transaction.c.
struct ao2_container* container |
The container this transaction is in
Definition at line 36 of file transaction.c.
int handled |
Whether or not the handler has been executed
Definition at line 40 of file transaction.c.
ast_cond_t handled_cond |
Used to sync matching received messages
Definition at line 42 of file transaction.c.
char id[0] |
The transaction identifier
Definition at line 48 of file transaction.c.
struct ast_aeap_tsx_params params |
The timeout data
Definition at line 46 of file transaction.c.
int result |
The result of this transaction
Definition at line 44 of file transaction.c.
int sched_id |
Scheduler ID message timeout
Definition at line 38 of file transaction.c.