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

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
 

Detailed Description

Definition at line 125 of file app_signal.c.

Field Documentation

◆ 

struct { ... } entry

Next Signal item

◆ lock

Definition at line 126 of file app_signal.c.

Referenced by alloc_signal(), dealloc_signal(), send_signal(), and wait_for_signal_or_hangup().

◆ name

char name[AST_MAX_CONTEXT]

◆ next

struct signalitem* next

Definition at line 132 of file app_signal.c.

◆ payload

char* payload

◆ sig_alert_pipe

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().

◆ signaled

unsigned int signaled

Definition at line 130 of file app_signal.c.

Referenced by send_signal().

◆ watchers

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().


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