Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
state_changes Struct Reference

The state change queue. State changes are queued for processing by a separate thread. More...

Collaboration diagram for state_changes:
Collaboration graph
[legend]

Data Fields

struct state_changefirst
 
struct state_changelast
 
ast_mutex_t lock
 

Detailed Description

The state change queue. State changes are queued for processing by a separate thread.

Definition at line 208 of file devicestate.c.

Field Documentation

◆ first

struct state_change* first

Definition at line 208 of file devicestate.c.

◆ last

struct state_change* last

Definition at line 208 of file devicestate.c.

◆ lock

Definition at line 208 of file devicestate.c.

Referenced by do_devstate_changes().


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