
4 Jul
2018
4 Jul
'18
7:48 a.m.
On Wed, Jul 04, 2018 at 12:46:52 +0200, Michal Privoznik wrote:
When processing a pr-manager related event from qemu we will know pr-manager alias. So we need a helper to traverse backing chain and return any managed alias it finds so that the caller can compare these two aliases to learn if it is a managed helper or not.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/libvirt_private.syms | 1 + src/util/virstoragefile.c | 14 ++++++++++++++ src/util/virstoragefile.h | 3 +++ 3 files changed, 18 insertions(+)
This function should not be necessary. See review for 5/7