[Olsr-cvs] olsrd-current/src interfaces.h,1.46,1.47

Bernd Petrovitsch (spam-protected)
Sun Nov 25 22:41:07 CET 2007


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

Modified Files:
	interfaces.h 
Log Message:
* fixed name - and commented the unused enum out

Index: interfaces.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/interfaces.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** interfaces.h	25 Nov 2007 21:38:13 -0000	1.46
--- interfaces.h	25 Nov 2007 21:41:05 -0000	1.47
***************
*** 73,78 ****
  #define MAX_IF_METRIC           100
  
! 
! enum olsr_if_wieght
    {
      WEIGHT_LOWEST = 0,
--- 73,78 ----
  #define MAX_IF_METRIC           100
  
! #if 0
! enum olsr_if_weight
    {
      WEIGHT_LOWEST = 0,
***************
*** 92,95 ****
--- 92,96 ----
      WEIGHT_HIGHEST = WEIGHT_HIGH
    };
+ #endif
  
  struct if_gen_property





More information about the Olsr-cvs mailing list