[Olsr-cvs] olsrd-current/src kernel_routes.h,1.9,1.10

Bernd Petrovitsch (spam-protected)
Tue Sep 18 00:55:42 CEST 2007


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

Modified Files:
	kernel_routes.h 
Log Message:
* made delete_all_inet_gws() static since it is not used elsewhere
* localized the netlink version restoring the former logging
* killed a superflous close()
No functional change, just moving code around.


Index: kernel_routes.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/kernel_routes.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** kernel_routes.h	5 Sep 2007 16:11:10 -0000	1.9
--- kernel_routes.h	17 Sep 2007 22:55:40 -0000	1.10
***************
*** 40,46 ****
   */
  
- 
-  
- 
  #ifndef _OLSR_KERNEL_RT
  #define _OLSR_KERNEL_RT
--- 40,43 ----
***************
*** 49,53 ****
  #include "routing_table.h"
  
- 
  int
  olsr_ioctl_add_route(struct rt_entry *);
--- 46,49 ----
***************
*** 62,69 ****
  olsr_ioctl_del_route6(struct rt_entry *);
  
- 
- int
- delete_all_inet_gws(void);
- 
- 
  #endif
--- 58,60 ----





More information about the Olsr-cvs mailing list