aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_mroute.h
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2002-11-15 22:53:53 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2002-11-15 22:53:53 +0000
commitbbb4330b6156ef2827cc03ff4aab7a0fe307683c (patch)
tree3749705a7135b04736f5f3cc35c85e50866bc963 /sys/netinet/ip_mroute.h
parent4001ea8d00fb21668d153d9c0757be408fa4a4a6 (diff)
Notes
Diffstat (limited to 'sys/netinet/ip_mroute.h')
-rw-r--r--sys/netinet/ip_mroute.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h
index 0e61652be9e57..1045ebbfccd41 100644
--- a/sys/netinet/ip_mroute.h
+++ b/sys/netinet/ip_mroute.h
@@ -215,9 +215,6 @@ struct rtdetq {
struct mbuf *m; /* A copy of the packet */
struct ifnet *ifp; /* Interface pkt came in on */
vifi_t xmt_vif; /* Saved copy of imo_multicast_vif */
-#ifdef UPCALL_TIMING
- struct timeval t; /* Timestamp */
-#endif /* UPCALL_TIMING */
struct rtdetq *next; /* Next in list of packets */
};