aboutgitcodebugslistschat
path: root/icmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'icmp.h')
-rw-r--r--icmp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/icmp.h b/icmp.h
index 08870dc..8b8fa40 100644
--- a/icmp.h
+++ b/icmp.h
@@ -20,12 +20,5 @@ int icmp_tap_handler(const struct ctx *c, uint8_t pif, sa_family_t af,
struct iov_tail *data, const struct timespec *now);
void icmp_init(void);
-/**
- * struct icmp_ctx - Execution context for ICMP routines
- * @timer_run: Timestamp of most recent timer run
- */
-struct icmp_ctx {
- struct timespec timer_run;
-};
#endif /* ICMP_H */