On Thu, Jan 05, 2023 at 05:29:53PM +0100, Peter Krempa wrote:
Introduce a helper which will return a list of all domain objects
inside
of the list without filtering and thus without the need to lock
individual members.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/virdomainobjlist.c | 32 ++++++++++++++++++++------------
src/conf/virdomainobjlist.h | 4 ++++
src/libvirt_private.syms | 1 +
3 files changed, 25 insertions(+), 12 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>