
Data Fields | |
| struct { | |
| struct rule_list * next | |
| } | list |
| char | name [80] |
| struct { | |
| struct penalty_rule * first | |
| struct penalty_rule * last | |
| } | rules |
Definition at line 1178 of file app_queue.c.
| struct penalty_rule* first |
Definition at line 1180 of file app_queue.c.
| struct penalty_rule* last |
Definition at line 1180 of file app_queue.c.
| struct { ... } list |
| char name[80] |
Definition at line 1179 of file app_queue.c.
Referenced by complete_queue_rule_show(), copy_rules(), handle_queue_rule_show(), insert_penaltychange(), manager_queue_rule_show(), and reload_queue_rules().
Definition at line 1181 of file app_queue.c.
| struct { ... } rules |
Referenced by copy_rules(), handle_queue_rule_show(), insert_penaltychange(), manager_queue_rule_show(), and reload_queue_rules().