]> git.ipfire.org Git - thirdparty/collectd.git/commit
Intel RDT plugin: use `pqos_mon_start_pids2()` if available.
authorFlorian Forster <octo@collectd.org>
Fri, 24 Nov 2023 10:20:01 +0000 (11:20 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 29 Nov 2023 20:56:22 +0000 (21:56 +0100)
commite65cfc0480cc0a7dae2514a0dcae3a0a65868134
tree86cfbed6e6d4bd17db6905bd13bdce63e4b190a4
parent7a05a319d29de724629e11105242955a7bbfe304
Intel RDT plugin: use `pqos_mon_start_pids2()` if available.

Newer versions of the pqos library deprecate the previous function, so
we have to migrate even though it makes memory management quite ugly.

ChangeLog: Intel RDT plugin: support for PQOS ≥5.0.0 has been added.
src/intel_rdt.c