[Olsr-cvs] olsrd-current/src/cfgparser olsrd_conf.c,1.46,1.47

Andreas T�nnesen (spam-protected)
Sat Jan 7 09:16:26 CET 2006


Update of /cvsroot/olsrd/olsrd-current/src/cfgparser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15798/cfgparser

Modified Files:
	olsrd_conf.c 
Log Message:
Cleanup in use of extern variables. Rather trivial changes, but a lot of them

Index: olsrd_conf.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/cfgparser/olsrd_conf.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** olsrd_conf.c	17 Nov 2005 04:25:44 -0000	1.46
--- olsrd_conf.c	7 Jan 2006 08:16:24 -0000	1.47
***************
*** 458,461 ****
--- 458,469 ----
      cnf->lq_wsize = DEF_LQ_WSIZE;
      cnf->clear_screen = DEF_CLEAR_SCREEN;
+ 
+     cnf->del_gws = OLSR_FALSE;
+     cnf->will_int = 10 * HELLO_INTERVAL;
+     cnf->max_jitter = 0.0;
+     cnf->exit_value = EXIT_SUCCESS;
+     cnf->max_tc_vtime = 0.0;
+     cnf->ioctl_s = 0;
+     cnf->rts = 0;
  }
  





More information about the Olsr-cvs mailing list