summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/route.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-06-28 17:58:49 +0000
committerwollman <wollman@FreeBSD.org>1995-06-28 17:58:49 +0000
commitd3f63bd3ee5c661b428cd8a799861660da144b7b (patch)
tree585fe426376ddd559974a1fec24c87c188352816 /usr.sbin/mrouted/route.h
parent6b90340edba96eb6b139fc853617c8e7cbb10e3c (diff)
downloadFreeBSD-src-d3f63bd3ee5c661b428cd8a799861660da144b7b.zip
FreeBSD-src-d3f63bd3ee5c661b428cd8a799861660da144b7b.tar.gz
Upgrade to mrouted version 3.6. This includes a substantial clean-up
and ANSIfication of much of the source base. Thanks, Bill! Submitted by: patch from Bill Fenner <fenner@parc.xerox.com>
Diffstat (limited to 'usr.sbin/mrouted/route.h')
-rw-r--r--usr.sbin/mrouted/route.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mrouted/route.h b/usr.sbin/mrouted/route.h
index fd84572..c947dd2 100644
--- a/usr.sbin/mrouted/route.h
+++ b/usr.sbin/mrouted/route.h
@@ -7,7 +7,7 @@
* Leland Stanford Junior University.
*
*
- * $Id: route.h,v 3.5 1995/05/09 01:00:39 fenner Exp $
+ * $Id: route.h,v 3.6 1995/06/25 19:21:05 fenner Exp $
*/
/*
@@ -38,8 +38,8 @@ struct rtentry {
vifbitmap_t rt_leaves; /* subset of outgoing children vifs */
u_int32 *rt_dominants; /* per vif dominant gateways */
u_int32 *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 */
};
OpenPOWER on IntegriCloud