Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
struct { | |
struct signalitem * next | |
} | entry |
ast_mutex_t | lock |
char | name [AST_MAX_CONTEXT] |
char * | payload |
int | sig_alert_pipe [2] |
unsigned int | signaled:1 |
int | watchers |
Definition at line 125 of file app_signal.c.
struct { ... } entry |
Next Signal item
ast_mutex_t lock |
Definition at line 126 of file app_signal.c.
Referenced by alloc_signal(), dealloc_signal(), send_signal(), and wait_for_signal_or_hangup().
char name[AST_MAX_CONTEXT] |
Definition at line 127 of file app_signal.c.
Referenced by alloc_signal(), dealloc_signal(), PathSegment::get_child(), get_signal(), Parameter::load(), Property::load(), SwaggerType::load(), and remove_signal().
struct signalitem* next |
Definition at line 132 of file app_signal.c.
char* payload |
Definition at line 131 of file app_signal.c.
Referenced by alloc_signal(), dealloc_signal(), send_signal(), signal_exec(), and wait_for_signal_or_hangup().
int sig_alert_pipe[2] |
Definition at line 128 of file app_signal.c.
Referenced by alloc_signal(), dealloc_signal(), send_signal(), and wait_for_signal_or_hangup().
unsigned int signaled |
Definition at line 130 of file app_signal.c.
Referenced by send_signal().
int watchers |
Definition at line 129 of file app_signal.c.
Referenced by alloc_signal(), dealloc_signal(), send_signal(), and wait_for_signal_or_hangup().