From 7d0faffbd926e74b100d6ff17638582d0f3872ca Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 2 Nov 2021 14:15:10 +0100 Subject: [PATCH] virDomainDeviceInfoIterateFlags: Export the symbol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- src/libvirt_private.syms | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index ac0a704750..da27ee7b53 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -359,6 +359,7 @@ virDomainDeviceDefParse; virDomainDeviceFindSCSIController; virDomainDeviceGetInfo; virDomainDeviceInfoIterate; +virDomainDeviceInfoIterateFlags; virDomainDeviceSetData; virDomainDeviceTypeToString; virDomainDiskBackingStoreFormat;