| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| 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(), app_send_command_on_condition(), command_create(), command_dtor(), command_invoke(), exec_command(), exec_command_on_condition(), stasis_app_send_command(), and stasis_app_send_command_async().
| 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(), exec_command(), exec_command_on_condition(), stasis_app_send_command(), 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(), command_join(), and exec_command_on_condition().