Code

apache plugin: Call curl_global_init() from the init function.
authorFlorian Forster <octo@collectd.org>
Wed, 15 Jan 2014 22:47:33 +0000 (23:47 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 15 Jan 2014 22:47:33 +0000 (23:47 +0100)
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.


No differences found