rrdtool plugin: Configuration check moved to init callback
authorPavel Rochnyack <pavel2000@ngs.ru>
Mon, 17 Jul 2017 04:26:04 +0000 (11:26 +0700)
committerFlorian Forster <octo@collectd.org>
Thu, 20 Jul 2017 05:56:11 +0000 (07:56 +0200)
commit055e37f556974bca6152bda8a1144742da371905
tree57a725f020b5de326340eb4965ec6939a0ae3238
parentc1facb5733721a14454f41bab2b97f8c8ceffc8e
rrdtool plugin: Configuration check moved to init callback

The "RandomTimeout" option value check moved from rrd_get_random_variation()
to rrd_init(). This will save few CPU cycles.
src/rrdtool.c