[Olsr-cvs] olsrd-current CHANGELOG,1.109,1.110

Bernd Petrovitsch (spam-protected)
Sun Nov 4 00:21:30 CET 2007


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

Modified Files:
	CHANGELOG 
Log Message:
Killed "struct olsrd_config *cnf" in src/cfgparser/olsrd_conf.h and replaced
it's usage with "olsr_cnf" from src/defs.h.
Serious cleanup: olsrd_get_default_cnf() does no longer initialize the global
"cnf" variable" but uses a local one which is returned as before. And
olsrd_parse_cnf() does no longer return the global variable it is working on.


Index: CHANGELOG
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/CHANGELOG,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** CHANGELOG	3 Nov 2007 23:11:40 -0000	1.109
--- CHANGELOG	3 Nov 2007 23:21:28 -0000	1.110
***************
*** 41,44 ****
--- 41,49 ----
  - added http://meshcube.org/nylon/utils/olsr-topology-view.pl into
    lib/httpinfo/misc as suggested by Jens Nachtigall <(spam-protected)>
+ - Killed "struct olsrd_config *cnf" in src/cfgparser/olsrd_conf.h and replaced
+   it's usage with "olsr_cnf" from src/defs.h.
+   Serious cleanup: olsrd_get_default_cnf() does no longer initialize the global
+   "cnf" variable" but uses a local one which is returned as before. And
+   olsrd_parse_cnf() does no longer return the global variable it is working on.
  
  0.5.4 ---------------------------------------------------------------------





More information about the Olsr-cvs mailing list