]> git.ipfire.org Git - thirdparty/collectd.git/commit
src/daemon/plugin.c: Add a bunch of TODOs to plugin_format_metric().
authorFlorian Forster <octo@collectd.org>
Wed, 17 Jun 2020 13:25:21 +0000 (15:25 +0200)
committerFlorian Forster <octo@google.com>
Tue, 28 Jul 2020 13:18:02 +0000 (15:18 +0200)
commit1c1f8a8f1fb16c72d3e37b3cc50871ffcc3f0377
treee6dfa6dd00303267d043efca9726fc0ee0a9f7b8
parent5c674e62be50dcb004a89c48624a890143ce8a71
src/daemon/plugin.c: Add a bunch of TODOs to plugin_format_metric().

Minor cleanups:
*   Replace "metric_p" with "m".
*   Use "identity_get_label" instead of "c_avl_get".
*   Declare variables late.
src/daemon/plugin.c