diff options
Diffstat (limited to 'flow_table.h')
-rw-r--r-- | flow_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flow_table.h b/flow_table.h index fd2c57b..2d5c65c 100644 --- a/flow_table.h +++ b/flow_table.h @@ -199,6 +199,7 @@ const struct flowside *flow_initiate_af(union flow *flow, uint8_t pif, const void *daddr, in_port_t dport); struct flowside *flow_initiate_sa(union flow *flow, uint8_t pif, const union sockaddr_inany *ssa, + const union inany_addr *daddr, in_port_t dport); const struct flowside *flow_target_af(union flow *flow, uint8_t pif, sa_family_t af, |