Code

src/configfile.[ch]: Implement the cf_get_default_interval() function.
authorFlorian Forster <octo@collectd.org>
Thu, 15 Nov 2012 12:55:04 +0000 (13:55 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 15 Nov 2012 12:55:04 +0000 (13:55 +0100)
commit9cb2694409620ae217ede92f78fe45c9eba83504
treefdcf11980c827b023e5170b4d7fcab317907856c
parentd1a32e2c7c8b1f97e06505cd73d1c1b2f9e4a724
src/configfile.[ch]: Implement the cf_get_default_interval() function.

This should be able to replace "interval_g" in a global (i.e. non-plugin)
context, such as the interval in which timeouts are being checked.

The default value (10 seconds) is also configurable at compile time using
a define.
src/collectd.c
src/collectd.h
src/configfile.c
src/configfile.h
src/plugin.c