diff options
Diffstat (limited to 'flow_table.h')
| -rw-r--r-- | flow_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flow_table.h b/flow_table.h index 5ee13ac..73de13b 100644 --- a/flow_table.h +++ b/flow_table.h @@ -207,7 +207,7 @@ const struct flowside *flow_target_af(union flow *flow, uint8_t pif, const void *saddr, in_port_t sport, const void *daddr, in_port_t dport); struct flowside *flow_target(const struct ctx *c, union flow *flow, - uint8_t proto); + int rule_hint, uint8_t proto); union flow *flow_set_type(union flow *flow, enum flow_type type); #define FLOW_SET_TYPE(flow_, t_, var_) (&flow_set_type((flow_), (t_))->var_) |
