gmond plugin: Inline the plugin_dispatch_values() call.
authorFlorian Forster <octo@collectd.org>
Thu, 17 Dec 2015 13:25:19 +0000 (14:25 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 17 Dec 2015 13:25:19 +0000 (14:25 +0100)
commit1d0fac069a153a08c488c0eece2dc9c32b9394e9
tree3af1e87445e1e193229463f416c3d23794fcf5da
parent1c639d74e12ae6da05f93596478429c389246b4e
gmond plugin: Inline the plugin_dispatch_values() call.

Since version 5.3, a write queue is used. This means that the
plugin_dispatch_values() call will create a copy of the value list and
return quickly. Creating yet another copy here is therefore not as useful
anymore.

CID: 38114
src/gmond.c