diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 01:46:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 01:46:23 +0000 |
commit | acfc88313dd86a33e6c0424cda0578b15a539e42 (patch) | |
tree | 8831738b9326fa2111446b81b93fee2285da3e07 /usr.sbin/mrouted/route.h | |
parent | a10a6913325bfa093081ff08628e32d3b0f2a565 (diff) |
from netbsd; update to mrouted 3.8
Diffstat (limited to 'usr.sbin/mrouted/route.h')
-rw-r--r-- | usr.sbin/mrouted/route.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mrouted/route.h b/usr.sbin/mrouted/route.h index 5bc27b891af..a01a16dac5c 100644 --- a/usr.sbin/mrouted/route.h +++ b/usr.sbin/mrouted/route.h @@ -1,4 +1,4 @@ -/* $NetBSD: route.h,v 1.3 1995/10/09 03:51:54 thorpej Exp $ */ +/* $NetBSD: route.h,v 1.4 1995/12/10 10:07:13 mycroft Exp $ */ /* * The mrouted program is covered by the license in the accompanying file @@ -37,8 +37,8 @@ struct rtentry { vifbitmap_t rt_leaves; /* subset of outgoing children vifs */ u_int32_t *rt_dominants; /* per vif dominant gateways */ u_int32_t *rt_subordinates; /* per vif subordinate gateways */ - u_long *rt_leaf_timers; /* per vif leaf confirmation timers */ - u_long rt_timer; /* for timing out the route entry */ + u_int *rt_leaf_timers; /* per vif leaf confirmation timers */ + u_int rt_timer; /* for timing out the route entry */ struct rtentry *rt_prev; /* link to previous entry */ struct gtable *rt_groups; /* link to active groups */ }; |