|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

Data Fields | |
| int | complete |
| ast_cond_t | cond |
| int | fail |
| ast_mutex_t | lock |
| int(* | task )(void *) |
| void * | task_data |
| int complete |
Definition at line 1344 of file stasis.c.
Referenced by ast_sip_push_task_wait(), dispatch_exec_sync(), dispatch_message(), and sync_task().
| ast_cond_t cond |
Definition at line 1343 of file stasis.c.
Referenced by ast_sip_push_task_wait(), dispatch_exec_sync(), dispatch_message(), and sync_task().
| int fail |
Definition at line 2112 of file res_pjsip.c.
Referenced by ast_sip_push_task_wait(), and sync_task().
| ast_mutex_t lock |
Definition at line 1342 of file stasis.c.
Referenced by ast_sip_push_task_wait(), dispatch_exec_sync(), dispatch_message(), and sync_task().
| int(* task) (void *) |
Definition at line 2113 of file res_pjsip.c.
Referenced by ast_sip_push_task_wait(), and sync_task().
| void * task_data |
Definition at line 1345 of file stasis.c.
Referenced by ast_sip_push_task_wait(), dispatch_exec_sync(), dispatch_message(), and sync_task().