Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
stasis_app_command Struct Reference
Collaboration diagram for stasis_app_command:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 33 of file command.c.

Field Documentation

◆ callback

Definition at line 36 of file command.c.

Referenced by command_create(), and command_invoke().

◆ condition

ast_cond_t condition

Definition at line 35 of file command.c.

Referenced by command_complete(), command_create(), command_dtor(), and command_join().

◆ data

void* data

◆ data_destructor

command_data_destructor_fn data_destructor

◆ is_done

unsigned int is_done

Definition at line 40 of file command.c.

Referenced by command_complete(), and command_join().

◆ lock

Definition at line 34 of file command.c.

Referenced by command_complete(), command_create(), command_dtor(), and command_join().

◆ retval

int retval

Definition at line 39 of file command.c.

Referenced by command_complete(), and command_join().


The documentation for this struct was generated from the following file: