[Olsr-cvs] olsrd-current/src tc_set.c, 1.28, 1.29 tc_set.h, 1.16, 1.17
Bernd Petrovitsch
(spam-protected)
Fri Sep 14 00:43:17 CEST 2007
- Previous message: [Olsr-cvs] olsrd-current/src/cfgparser cfgfile_gen.c, 1.7, 1.8 olsrd_conf.c, 1.54, 1.55 oparse.y, 1.33, 1.34 oscan.lex, 1.24, 1.25
- Next message: [Olsr-cvs] olsrd-current Makefile,1.95,1.96
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31011/src
Modified Files:
tc_set.c tc_set.h
Log Message:
* fix compilation on win32
Index: tc_set.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/tc_set.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** tc_set.h 13 Sep 2007 15:31:59 -0000 1.16
--- tc_set.h 13 Sep 2007 22:43:15 -0000 1.17
***************
*** 132,136 ****
union olsr_ip_addr *);
struct tc_edge_entry *olsr_add_tc_edge_entry(struct tc_entry *,
! union olsr_ip_addr *, u_int16_t,
unsigned int, float, float);
void olsr_delete_tc_edge_entry(struct tc_edge_entry *);
--- 132,136 ----
union olsr_ip_addr *);
struct tc_edge_entry *olsr_add_tc_edge_entry(struct tc_entry *,
! union olsr_ip_addr *, olsr_u16_t,
unsigned int, float, float);
void olsr_delete_tc_edge_entry(struct tc_edge_entry *);
Index: tc_set.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/tc_set.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** tc_set.c 13 Sep 2007 15:31:59 -0000 1.28
--- tc_set.c 13 Sep 2007 22:43:15 -0000 1.29
***************
*** 235,239 ****
struct tc_edge_entry *
olsr_add_tc_edge_entry(struct tc_entry *tc, union olsr_ip_addr *addr,
! u_int16_t ansn, unsigned int vtime,
float link_quality, float neigh_link_quality)
{
--- 235,239 ----
struct tc_edge_entry *
olsr_add_tc_edge_entry(struct tc_entry *tc, union olsr_ip_addr *addr,
! olsr_u16_t ansn, unsigned int vtime,
float link_quality, float neigh_link_quality)
{
- Previous message: [Olsr-cvs] olsrd-current/src/cfgparser cfgfile_gen.c, 1.7, 1.8 olsrd_conf.c, 1.54, 1.55 oparse.y, 1.33, 1.34 oscan.lex, 1.24, 1.25
- Next message: [Olsr-cvs] olsrd-current Makefile,1.95,1.96
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list