]> git.ipfire.org Git - thirdparty/collectd.git/commit
src/daemon/plugin.c: Refactor plugin_convert_values_to_metrics().
authorFlorian Forster <octo@google.com>
Wed, 24 Jun 2020 20:11:45 +0000 (22:11 +0200)
committerFlorian Forster <octo@google.com>
Tue, 28 Jul 2020 13:18:02 +0000 (15:18 +0200)
commitf8505bd6516190969dca7d3fed990e7aa3d2d5a6
tree0118bbabf7b8a41e0ee7c571a85027f3502812a8
parent4797dcf9393c3de9637011beff6e2802cd1c5729
src/daemon/plugin.c: Refactor plugin_convert_values_to_metrics().

*   Rename variables to fit the naming schema better.
*   Improve the error message. value_to_metric() can and has failed for
    other reasons than out of memory.
src/daemon/plugin.c