Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
bridge_manager_controller Struct Reference

Data Fields

ast_cond_t cond
 
struct {
   struct bridge_manager_request *   first
 
   struct bridge_manager_request *   last
 
service_requests
 
unsigned int stop:1
 
pthread_t thread
 

Detailed Description

Definition at line 160 of file bridge.c.

Field Documentation

ast_cond_t cond

Condition, used to wake up the bridge manager thread.

Definition at line 162 of file bridge.c.

struct { ... } service_requests

Queue of bridge service requests.

unsigned int stop

TRUE if the manager needs to stop.

Definition at line 168 of file bridge.c.

pthread_t thread

Manager thread

Definition at line 166 of file bridge.c.


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