On Wed, May 06, 2020 at 13:42:21 +0200, Pavel Mores wrote: > The new function operates on virDomainMomentObjPtr which is indicated by > its name. To avoid code duplication, virDomainMomentObjListFindLeaf() > was reimplemented in terms of the new function. > > Signed-off-by: Pavel Mores <pmores@xxxxxxxxxx> > --- > src/conf/virdomainmomentobjlist.c | 25 +++++++++++++++---------- > src/conf/virdomainmomentobjlist.h | 1 + > 2 files changed, 16 insertions(+), 10 deletions(-) The addition to libvirt_private.syms belongs to this patch. After that: Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>