Use route rules only if message flags match stored mask/flags.
#include <cr_rule.h>
Data Fields
-
int dice_max
- The DICE_MAX value for the rule set, calculated by rule_fixup.
-
flag_t flags
- The flags for which the route ist valid.
-
flag_t mask
- The mask for the flags field.
-
int max_targets
- upper edge of hashing via prime number algorithm, must be eqal to rule_num
-
struct route_flags * next
- A pointer to the next route flags struct.
-
struct route_rule * rule_list
- Each node MAY contain a rule list.
-
int rule_num
- The number of rules.
-
struct route_rule ** rules
- The array points to the rules in order of hash indices.
Detailed Description
Definition at line 73 of file cr_rule.h.
The documentation for this struct was generated from the following file: