]> git.ipfire.org Git - thirdparty/collectd.git/commit
daemon: Move `data_set_t` and related functions to its own file.
authorFlorian Forster <octo@collectd.org>
Mon, 18 Dec 2023 08:26:28 +0000 (09:26 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 18 Dec 2023 22:29:47 +0000 (23:29 +0100)
commitb2f34482e8ee2460603138b91d9b6a507c13fbf5
tree4f242930388446ac10d33a5db3f749c1f3f8fc7d
parent1659f75b5a4fa24ec998b7afb6ea179cf40ec211
daemon: Move `data_set_t` and related functions to its own file.

This is part of the legacy support for collectd 5 metrics. Because "data
sets" are a global resource, this has to remain within the daemon.
Makefile.am
src/daemon/data_set.c [new file with mode: 0644]
src/daemon/data_set.h [new file with mode: 0644]
src/daemon/plugin.c
src/daemon/plugin.h