author | Florian Forster <octo@collectd.org> | |
Thu, 17 Dec 2015 13:25:19 +0000 (14:25 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 17 Dec 2015 13:25:19 +0000 (14:25 +0100) | ||
commit | 1d0fac069a153a08c488c0eece2dc9c32b9394e9 | |
tree | 3af1e87445e1e193229463f416c3d23794fcf5da | tree | snapshot |
parent | 1c639d74e12ae6da05f93596478429c389246b4e | commit | diff |
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
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 | diff | blob | history |