[Olsr-cvs] olsrd-current/src ipc_frontend.c, 1.31, 1.32 ipc_frontend.h, 1.13, 1.14

Bernd Petrovitsch (spam-protected)
Wed Aug 1 18:19:51 CEST 2007


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

Modified Files:
	ipc_frontend.c ipc_frontend.h 
Log Message:
* declare a locally only used variable static (and not in each .c file which happen to #include that .h file)

Index: ipc_frontend.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/ipc_frontend.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ipc_frontend.h	20 Apr 2007 13:46:04 -0000	1.13
--- ipc_frontend.h	1 Aug 2007 16:19:48 -0000	1.14
***************
*** 99,104 ****
  
  
- olsr_bool ipc_active;
- 
  olsr_bool
  ipc_check_allowed_ip(union olsr_ip_addr *);
--- 99,102 ----

Index: ipc_frontend.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/ipc_frontend.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** ipc_frontend.c	28 Apr 2007 20:45:06 -0000	1.31
--- ipc_frontend.c	1 Aug 2007 16:19:48 -0000	1.32
***************
*** 68,71 ****
--- 68,72 ----
  static int ipc_sock = -1;
  static int ipc_conn = -1;
+ static int ipc_active = OLSR_FALSE;
  
  static int





More information about the Olsr-cvs mailing list