#include <cr_rule.h>

Data Fields | |
| str | comment |
| flag_t | flags |
| str | host |
| flag_t | mask |
| struct failure_route_rule * | next |
| int | next_domain |
| str | prefix |
| str | reply_code |
Definition at line 88 of file cr_rule.h.
A comment for the route rule
Definition at line 90 of file cr_rule.h.
Referenced by add_failure_route_rule(), and destroy_failure_route_rule().
The flags for which the route ist valid
Definition at line 94 of file cr_rule.h.
Referenced by add_failure_route_rule(), and set_next_domain_on_rule().
The new target host for the request
Definition at line 89 of file cr_rule.h.
Referenced by add_failure_route_rule(), destroy_failure_route_rule(), failure_rule_prio_cmp(), and set_next_domain_on_rule().
The mask for the flags field
Definition at line 95 of file cr_rule.h.
Referenced by add_failure_route_rule(), failure_rule_prio_cmp(), and set_next_domain_on_rule().
struct failure_route_rule* next [read] |
A pointer to the next route rule
Definition at line 96 of file cr_rule.h.
Referenced by add_failure_route_rule(), destroy_failure_route_rule_list(), and set_next_domain_on_rule().
| int next_domain |
The domain id where to continue routing
Definition at line 93 of file cr_rule.h.
Referenced by add_failure_route_rule(), and set_next_domain_on_rule().
The prefix for which the route ist valid
Definition at line 91 of file cr_rule.h.
Referenced by destroy_failure_route_rule().
The reply code for which the route ist valid
Definition at line 92 of file cr_rule.h.
Referenced by add_failure_route_rule(), destroy_failure_route_rule(), failure_rule_prio_cmp(), and set_next_domain_on_rule().
1.5.6