Use plugin_thread_create() rather than pthread_create() in all plugins.
authorSebastian Harl <sh@tokkee.org>
Sun, 14 Oct 2012 15:52:39 +0000 (17:52 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 14 Oct 2012 15:52:39 +0000 (17:52 +0200)
commit76e6392863d130ceca048eb860e4db1c9e40fee7
tree1118678929b7cb38eee328ba10547e4fe5872a18
parent32eb98cd7911b291e6341242971142e4ef5567f4
Use plugin_thread_create() rather than pthread_create() in all plugins.

This function copies the plugin context from the calling thread to the new
thread. While this might not strictly be necessary in most/many cases, this
will make sure that any code within a plugin uses the same context
information, thus avoiding possible problems in the future.
12 files changed:
src/amqp.c
src/dns.c
src/email.c
src/exec.c
src/gmond.c
src/ipmi.c
src/network.c
src/pinba.c
src/ping.c
src/python.c
src/rrdtool.c
src/unixsock.c