Data Fields | |
ast_audiohook * | audiohook |
ast_cond_t | destruction_condition |
unsigned int | destruction_ok |
ast_filestream * | fs |
int | fs_quit |
ast_mutex_t | lock |
Definition at line 192 of file app_mixmonitor.c.
struct ast_audiohook* audiohook |
Definition at line 201 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_ds_destroy(), and stop_mixmonitor_exec().
Definition at line 194 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_destroy(), mixmonitor_free(), and mixmonitor_thread().
unsigned int destruction_ok |
Definition at line 193 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_destroy(), and mixmonitor_thread().
struct ast_filestream* fs |
Definition at line 200 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_close_fs(), and mixmonitor_thread().
int fs_quit |
Definition at line 199 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_close_fs(), and mixmonitor_thread().
Definition at line 195 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_ds_destroy(), mixmonitor_free(), mixmonitor_thread(), and stop_mixmonitor_exec().