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

Data Fields

struct {
   struct bridge_role *   next
 
list
 
struct {
   struct bridge_role_option *   first
 
   struct bridge_role_option *   last
 
options
 
char role [AST_ROLE_LEN]
 

Detailed Description

Definition at line 52 of file bridge_roles.c.

Field Documentation

◆ first

struct bridge_role_option* first

Definition at line 54 of file bridge_roles.c.

◆ last

struct bridge_role_option* last

Definition at line 54 of file bridge_roles.c.

◆ 

struct { ... } list

◆ next

struct bridge_role* next

Definition at line 53 of file bridge_roles.c.

◆ 

struct { ... } options

◆ role

char role[AST_ROLE_LEN]

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