[Olsr-cvs] olsrd-current/src routing_table.h,1.20,1.21
Bernd Petrovitsch
(spam-protected)
Thu Sep 13 01:40:49 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25921/src
Modified Files:
routing_table.h
Log Message:
* killed a dead struct and fixed a typo
Index: routing_table.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/routing_table.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** routing_table.h 5 Sep 2007 16:17:36 -0000 1.20
--- routing_table.h 12 Sep 2007 23:40:47 -0000 1.21
***************
*** 66,79 ****
/* a nexthop is a pointer to a gateway router plus an interface */
- struct rt_nexthop_soll_weg
- {
- union olsr_ip_addr gateway; /* gateway router */
- struct interface *iface; /* outgoing interface */
- };
-
struct rt_nexthop
{
union olsr_ip_addr gateway; /* gateway router */
! int iif_index; /* outgoung interface index */
};
--- 66,73 ----
/* a nexthop is a pointer to a gateway router plus an interface */
struct rt_nexthop
{
union olsr_ip_addr gateway; /* gateway router */
! int iif_index; /* outgoing interface index */
};
More information about the Olsr-cvs
mailing list