aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if.h
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2004-09-02 05:07:29 +0000
committerBrooks Davis <brooks@FreeBSD.org>2004-09-02 05:07:29 +0000
commit4ff62bd97b36b12599a80a4ac1b343d1d6e44331 (patch)
treeba339092884750a1fdba677489127dffd5a65489 /sys/net/if.h
parent2df0b34b24329fc033de4a7411fbc386bbceba83 (diff)
downloadsrc-4ff62bd97b36b12599a80a4ac1b343d1d6e44331.tar.gz
src-4ff62bd97b36b12599a80a4ac1b343d1d6e44331.zip
Back out ifi_epoch. The ABI breakage is too disruptive this close to
5-STABLE. ifi_epoch will shortly be reintroduced with less precistion using the space currently allocated to ifi_unused.
Notes
Notes: svn path=/head/; revision=134630
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 95389e60dcf8..8b32fd11f9ad 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -104,7 +104,6 @@ struct if_data {
u_long ifi_hwassist; /* HW offload capabilities */
u_long ifi_unused; /* XXX was ifi_xmittiming */
struct timeval ifi_lastchange; /* time of last administrative change */
- struct timeval ifi_epoch; /* time of creation or stat reset */
};
#define IFF_UP 0x1 /* interface is up */