Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | fd |
FILE * | file |
struct ao2_container * | md_q |
ast_cond_t | md_q_cond |
ast_mutex_t | md_q_lock |
struct termios | mode |
int | msdstrip |
long | msg_expiry |
struct ao2_container * | mwi_q |
ast_cond_t | mwi_q_cond |
ast_mutex_t | mwi_q_lock |
char | name [SMDI_MAX_FILENAME_LEN] |
pthread_t | thread |
Definition at line 167 of file res_smdi.c.
int fd |
Definition at line 176 of file res_smdi.c.
Referenced by smdi_load().
FILE* file |
Definition at line 175 of file res_smdi.c.
Referenced by smdi_interface_destroy(), smdi_load(), smdi_read(), and smdi_toggle_mwi().
struct ao2_container* md_q |
Definition at line 169 of file res_smdi.c.
Referenced by alloc_smdi_interface(), ast_smdi_md_message_push(), smdi_interface_destroy(), smdi_msg_find(), and unlink_from_msg_q().
ast_cond_t md_q_cond |
Definition at line 171 of file res_smdi.c.
Referenced by alloc_smdi_interface(), ast_smdi_md_message_push(), smdi_interface_destroy(), and smdi_message_wait().
ast_mutex_t md_q_lock |
Definition at line 170 of file res_smdi.c.
Referenced by alloc_smdi_interface(), ast_smdi_md_message_push(), lock_msg_q(), smdi_interface_destroy(), smdi_message_wait(), and unlock_msg_q().
struct termios mode |
Definition at line 178 of file res_smdi.c.
Referenced by smdi_load().
int msdstrip |
Definition at line 179 of file res_smdi.c.
Referenced by smdi_load(), smdi_read(), and smdi_toggle_mwi().
long msg_expiry |
Definition at line 180 of file res_smdi.c.
Referenced by purge_old_messages(), and smdi_load().
struct ao2_container* mwi_q |
Definition at line 172 of file res_smdi.c.
Referenced by alloc_smdi_interface(), ast_smdi_mwi_message_push(), smdi_interface_destroy(), smdi_msg_find(), and unlink_from_msg_q().
ast_cond_t mwi_q_cond |
Definition at line 174 of file res_smdi.c.
Referenced by alloc_smdi_interface(), ast_smdi_mwi_message_push(), smdi_interface_destroy(), and smdi_message_wait().
ast_mutex_t mwi_q_lock |
Definition at line 173 of file res_smdi.c.
Referenced by alloc_smdi_interface(), ast_smdi_mwi_message_push(), lock_msg_q(), smdi_interface_destroy(), smdi_message_wait(), and unlock_msg_q().
char name[SMDI_MAX_FILENAME_LEN] |
Definition at line 168 of file res_smdi.c.
Referenced by PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), purge_old_messages(), smdi_ifaces_cmp_fn(), smdi_load(), smdi_read(), and smdi_toggle_mwi().
pthread_t thread |
Definition at line 177 of file res_smdi.c.
Referenced by smdi_interface_destroy(), and smdi_load().