Asterisk - The Open Source Telephony Project GIT-master-a63eec2
Loading...
Searching...
No Matches
Data Fields
rule_list Struct Reference
Collaboration diagram for rule_list:
Collaboration graph
[legend]

Data Fields

struct { 
 
   struct rule_list *   next 
 
list 
 
char name [80]
 
struct { 
 
   struct penalty_rule *   first 
 
   struct penalty_rule *   last 
 
rules 
 

Detailed Description

Definition at line 2024 of file app_queue.c.

Field Documentation

◆ first

struct penalty_rule* first

Definition at line 2026 of file app_queue.c.

◆ last

struct penalty_rule* last

Definition at line 2026 of file app_queue.c.

◆ [struct]

struct { ... } list

◆ name

char name[80]

◆ next

struct rule_list* next

Definition at line 2027 of file app_queue.c.

◆ [struct]

struct { ... } rules

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