[Olsr-cvs] olsrd-current/src mid_set.c, 1.18, 1.19 lq_avl.c, 1.8, 1.9 hysteresis.c, 1.18, 1.19

Bernd Petrovitsch (spam-protected)
Fri Apr 20 16:23:43 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14562/src

Modified Files:
	mid_set.c lq_avl.c hysteresis.c 
Log Message:
* killed all "inline"s

Index: mid_set.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/mid_set.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** mid_set.c	20 Apr 2007 13:46:04 -0000	1.18
--- mid_set.c	20 Apr 2007 14:23:41 -0000	1.19
***************
*** 328,332 ****
   *@return a linked list of addresses structs
   */
! inline struct mid_address *
  mid_lookup_aliases(union olsr_ip_addr *adr)
  {
--- 328,332 ----
   *@return a linked list of addresses structs
   */
! struct mid_address *
  mid_lookup_aliases(union olsr_ip_addr *adr)
  {

Index: hysteresis.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/hysteresis.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** hysteresis.c	10 Feb 2007 19:27:32 -0000	1.18
--- hysteresis.c	20 Apr 2007 14:23:41 -0000	1.19
***************
*** 52,56 ****
  #define hlow     olsr_cnf->hysteresis_param.thr_low
  
! inline float
  olsr_hyst_calc_stability(float old_quality)
  {
--- 52,56 ----
  #define hlow     olsr_cnf->hysteresis_param.thr_low
  
! float
  olsr_hyst_calc_stability(float old_quality)
  {
***************
*** 60,64 ****
  
  
! inline float
  olsr_hyst_calc_instability(float old_quality)
  {
--- 60,64 ----
  
  
! float
  olsr_hyst_calc_instability(float old_quality)
  {

Index: lq_avl.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/lq_avl.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** lq_avl.c	29 Mar 2007 00:05:50 -0000	1.8
--- lq_avl.c	20 Apr 2007 14:23:41 -0000	1.9
***************
*** 428,432 ****
  }
  
! static inline struct avl_node *local_min(struct avl_node *node)
  {
    while (node->left != NULL)
--- 428,432 ----
  }
  
! static struct avl_node *local_min(struct avl_node *node)
  {
    while (node->left != NULL)





More information about the Olsr-cvs mailing list