diff options
Diffstat (limited to 'icmp.h')
-rw-r--r-- | icmp.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,9 +3,10 @@ struct ctx; -void icmp_sock_handler(struct ctx *c, int s, uint32_t events); +void icmp_sock_handler(struct ctx *c, int s, uint32_t events, + struct timespec *now); int icmp_tap_handler(struct ctx *c, int af, void *addr, - struct tap_msg *msg, int count); + struct tap_msg *msg, int count, struct timespec *now); int icmp_sock_init(struct ctx *c); /** |