]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virprocess: Provide non-Linux stubs for virProcessGet{Stat,Sched}Info
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 6 Jan 2022 19:13:08 +0000 (20:13 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 7 Jan 2022 11:13:12 +0000 (12:13 +0100)
commitd7c64453aa0e9e0718e9292d7269ea3fe34f7c4c
tree6fcec1f76638b1162e96a43e1644b97c4bab67bb
parentbfe7cd3d8aab99c10852ee0838e27b1f08fe6ba8
virprocess: Provide non-Linux stubs for virProcessGet{Stat,Sched}Info

Both virProcessGetStatInfo() and virProcessGetSchedInfo() are
Linux centric. Provide stubs for non-Linux platforms.

Fixes: d73852c49962fbfe652fc7bec595a3f242faf847
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/virprocess.c