[Olsr-cvs] olsrd-current/src/win32 ifnet.c,1.33,1.34

Thomas Lopatic (spam-protected)
Thu Mar 29 18:34:42 CEST 2007


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

Modified Files:
	ifnet.c 
Log Message:
Increased maximal number of interfaces.

Index: ifnet.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/win32/ifnet.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** ifnet.c	26 Mar 2007 15:33:44 -0000	1.33
--- ifnet.c	29 Mar 2007 16:34:39 -0000	1.34
***************
*** 120,124 ****
  void RemoveInterface(struct olsr_if *IntConf);
  
! #define MAX_INTERFACES 25
  
  int __stdcall SignalHandler(unsigned long Signal);
--- 120,124 ----
  void RemoveInterface(struct olsr_if *IntConf);
  
! #define MAX_INTERFACES 100
  
  int __stdcall SignalHandler(unsigned long Signal);





More information about the Olsr-cvs mailing list