diff options
Diffstat (limited to 'icmp_flow.h')
-rw-r--r-- | icmp_flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icmp_flow.h b/icmp_flow.h index 5a2eed9..c9847ea 100644 --- a/icmp_flow.h +++ b/icmp_flow.h @@ -25,7 +25,7 @@ struct icmp_ping_flow { uint16_t id; }; -bool icmp_ping_timer(const struct ctx *c, union flow *flow, +bool icmp_ping_timer(const struct ctx *c, const struct icmp_ping_flow *pingf, const struct timespec *now); #endif /* ICMP_FLOW_H */ |