Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
stasis_app_command_cb | callback |
ast_cond_t | condition |
void * | data |
command_data_destructor_fn | data_destructor |
unsigned int | is_done:1 |
ast_mutex_t | lock |
int | retval |
stasis_app_command_cb callback |
Definition at line 36 of file command.c.
Referenced by command_create(), and command_invoke().
ast_cond_t condition |
Definition at line 35 of file command.c.
Referenced by command_complete(), command_create(), command_dtor(), and command_join().
void* data |
Definition at line 37 of file command.c.
Referenced by app_control_add_role(), command_create(), command_dtor(), and command_invoke().
command_data_destructor_fn data_destructor |
Definition at line 38 of file command.c.
Referenced by app_send_command_on_condition(), command_create(), command_dtor(), command_invoke(), and stasis_app_send_command_async().
unsigned int is_done |
Definition at line 40 of file command.c.
Referenced by command_complete(), and command_join().
ast_mutex_t lock |
Definition at line 34 of file command.c.
Referenced by command_complete(), command_create(), command_dtor(), and command_join().
int retval |
Definition at line 39 of file command.c.
Referenced by command_complete(), command_invoke(), and command_join().