Update of /cvsroot/perfparse/_perfparse/perfparse
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7522/perfparse
Modified Files:
perfparsed.c
Log Message:
again changed db schema slightly and start work on del policies settings ui pages.
Index: perfparsed.c
===================================================================
RCS file: /cvsroot/perfparse/_perfparse/perfparse/perfparsed.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** perfparsed.c 6 Jun 2007 09:53:14 -0000 1.5
--- perfparsed.c 3 Sep 2007 22:56:25 -0000 1.6
***************
*** 181,184 ****
--- 181,185 ----
}
+ // load staorage modules
if(0 == storage_init(NULL)) {
pp_log(__FILE__,__LINE__,LOG_WARNING,_("No module was loaded. Check the Storage_Module_Load config option."));
***************
*** 186,189 ****
--- 187,191 ----
}
+ // print info about loaded storage modules
switch(config_option) {
case CONFIG_OPTION_HELP: storage_print_usage(stdout, "help"); exit(EXIT_SUCCESS);
|