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

| 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 133 of file app_signal.c.
| struct { ... } entry | 
Next Signal item
Referenced by get_signal(), remove_signal(), and unload_module().
| ast_mutex_t lock | 
Definition at line 134 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 135 of file app_signal.c.
Referenced by alloc_signal(), dealloc_signal(), PathSegment::get_child(), get_signal(), SwaggerType::load(), and remove_signal().
| struct signalitem* next | 
Definition at line 140 of file app_signal.c.
| char* payload | 
Definition at line 139 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 136 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 138 of file app_signal.c.
Referenced by send_signal().
| int watchers | 
Definition at line 137 of file app_signal.c.
Referenced by alloc_signal(), dealloc_signal(), send_signal(), and wait_for_signal_or_hangup().