#include <cr_domain.h>

Data Fields | |
| struct dtrie_node_t * | failure_tree |
| int | id |
| str * | name |
| struct dtrie_node_t * | tree |
Definition at line 42 of file cr_domain.h.
struct dtrie_node_t* failure_tree [read] |
the root node of the failure routing tree. Payload is of type (struct failure_route_rule *)
Definition at line 46 of file cr_domain.h.
Referenced by add_failure_route(), cr_load_next_domain(), create_domain_data(), and destroy_domain_data().
| int id |
the numerical id of the routing tree
Definition at line 43 of file cr_domain.h.
Referenced by add_domain_data(), compare_domain_data(), create_domain_data(), dump_fifo(), get_domain_data(), and get_domain_data_or_add().
the name of the routing tree. This points to the name in domain_map to avoid duplication.
Definition at line 44 of file cr_domain.h.
Referenced by add_domain_data(), create_domain_data(), dump_fifo(), rule_fixup(), save_config(), and update_route_data().
struct dtrie_node_t* tree [read] |
the root node of the routing tree. Payload is of type (struct route_flags *)
Definition at line 45 of file cr_domain.h.
Referenced by add_route(), cr_do_route(), create_domain_data(), destroy_domain_data(), dump_fifo(), rule_fixup(), save_config(), and update_route_data().
1.5.6