summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/tun.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/tun.h')
-rw-r--r--usr.sbin/ppp/tun.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ppp/tun.h b/usr.sbin/ppp/tun.h
index f8a8289..06d1ae8 100644
--- a/usr.sbin/ppp/tun.h
+++ b/usr.sbin/ppp/tun.h
@@ -27,7 +27,10 @@
*/
struct tun_data {
- u_int32_t family;
+ union {
+ u_int32_t family;
+ u_int32_t timeout;
+ } header;
u_char data[MAX_MRU];
};
OpenPOWER on IntegriCloud