On Fri, Jan 07, 2022 at 08:55:16 +0100, Michal Privoznik wrote:
Both virProcessGetStatInfo() and virProcessGetSchedInfo() are
Linux centric. Provide stubs for non-Linux platforms.
Fixes: d73852c49962fbfe652fc7bec595a3f242faf847
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/util/virprocess.c | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
IMO qualifies for build-breaker rule:
https://gitlab.com/libvirt/libvirt/-/jobs/1950755381
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>