| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| struct { | ||
| struct rule_list * next | ||
| } | list | |
| char | name [80] | |
| struct { | ||
| struct penalty_rule * first | ||
| struct penalty_rule * last | ||
| } | rules | |
Definition at line 2028 of file app_queue.c.
| struct penalty_rule* first | 
Definition at line 2030 of file app_queue.c.
| struct penalty_rule* last | 
Definition at line 2030 of file app_queue.c.
| struct { ... } list | 
Referenced by complete_queue_rule_show(), copy_rules(), and insert_penaltychange().
| char name[80] | 
Definition at line 2029 of file app_queue.c.
Referenced by complete_queue_rule_show(), copy_rules(), PathSegment::get_child(), handle_queue_rule_show(), insert_penaltychange(), SwaggerType::load(), load_realtime_rules(), manager_queue_rule_show(), and reload_queue_rules().
| struct rule_list* next | 
Definition at line 2031 of file app_queue.c.
| struct { ... } rules |