Revision: 814
http://razorbacktm.svn.sourceforge.net/razorbacktm/?rev=814&view=rev
Author: tomjudge
Date: 2011-04-15 13:09:51 +0000 (Fri, 15 Apr 2011)
Log Message:
-----------
Remove the runtime config stuff from config_file.{c,h}.
Wrap runtime config values in get functions.
Remove so_utils.{c,h} no longer needed. You can have multiple functions with the constructor attribute and they will all get run.
Make readApiConfig use the readMyConfig() function to reduce code complexity.
Make readMyConfig initilize the libconfig api on first use.
Modified Paths:
--------------
api/trunk/include/razorback/config_file.h
api/trunk/src/Makefile.am
api/trunk/src/block_id.c
api/trunk/src/config_file.c
api/trunk/src/log.c
api/trunk/src/runtime_config.c
api/trunk/src/runtime_config.h
api/trunk/src/thread.c
api/trunk/tests/logTest.c
Removed Paths:
-------------
api/trunk/src/log_private.h
api/trunk/src/so_utils.c
api/trunk/src/so_utils.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|