[Olsr-cvs] olsrd-current/src ipc_frontend.c, 1.38, 1.39 ipc_frontend.h, 1.16, 1.17
Bernd Petrovitsch
(spam-protected)
Sun Nov 11 23:59:32 CET 2007
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9663/src
Modified Files:
ipc_frontend.c ipc_frontend.h
Log Message:
* const'ified ipc_route_send_rtentry
Index: ipc_frontend.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/ipc_frontend.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** ipc_frontend.h 8 Nov 2007 22:47:41 -0000 1.16
--- ipc_frontend.h 11 Nov 2007 22:59:29 -0000 1.17
***************
*** 109,113 ****
int
! ipc_route_send_rtentry(union olsr_ip_addr *, union olsr_ip_addr *, int, int, const char *);
#endif
--- 109,113 ----
int
! ipc_route_send_rtentry(const union olsr_ip_addr *, const union olsr_ip_addr *, int, int, const char *);
#endif
Index: ipc_frontend.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/ipc_frontend.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** ipc_frontend.c 8 Nov 2007 22:47:41 -0000 1.38
--- ipc_frontend.c 11 Nov 2007 22:59:29 -0000 1.39
***************
*** 272,277 ****
*/
int
! ipc_route_send_rtentry(union olsr_ip_addr *dst,
! union olsr_ip_addr *gw,
int met,
int add,
--- 272,277 ----
*/
int
! ipc_route_send_rtentry(const union olsr_ip_addr *dst,
! const union olsr_ip_addr *gw,
int met,
int add,
More information about the Olsr-cvs
mailing list