Code

Fixed a but in the mysql module, so it builds as write-only module, too.
authorocto <octo>
Sun, 15 Jan 2006 12:20:33 +0000 (12:20 +0000)
committerocto <octo>
Sun, 15 Jan 2006 12:20:33 +0000 (12:20 +0000)
commit3cf46d9689f6fae30e19f3898852083003862552
tree09aca181b6728979dfdd644944b6b38e942b08c1
parent280f267969dcf5297cbda9dd17a1674ec3242866
Fixed a but in the mysql module, so it builds as write-only module, too.
Shorted the command line options to `help' and `dont fork' only.
Brought `getopt' back: `libconfig' doesn't do what I want: Command line options are evaluated after config files. So I don't know what mode the daemon will be in when parsing the file. That's why I moved everything into the config file.
Removed `cf_callback_usage' again.
Changed `cf_read' to not need `argc' and `argv' anymore..
src/collectd.c
src/collectd.h
src/configfile.c
src/configfile.h
src/mysql.c