[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.10'
Florian Forster
octo at verplant.org
Wed Jan 15 23:49:18 CET 2014
src/apache.c | 9 +++++++++
1 file changed, 9 insertions(+)
New commits:
commit 5f2f969335757f31f42cd8bb7e38eb8c5fe5e56e
Author: Florian Forster <octo at collectd.org>
Date: Wed Jan 15 23:47:33 2014 +0100
apache plugin: Call curl_global_init() from the init function.
This is a shot in the dark in trying to address #513. By calling this
from an init() callback, I hope to be initializing the curl and gcrypt
libraries before collectd becomes multi-threaded, avoiding the problems
described in the issue.
More information about the collectd-changes
mailing list