[libvirt] [PATCH 3/9] Export virDomainRedirdevDefFree

Michal Privoznik mprivozn at redhat.com
Thu Jun 9 15:02:38 UTC 2016


In the 162efa1a commit the function was introduced, but the
commit forgot to update livirt_private.syms accordingly.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 src/libvirt_private.syms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index 42f664c..fe7a34d 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -424,6 +424,7 @@ virDomainPMSuspendedReasonTypeFromString;
 virDomainPMSuspendedReasonTypeToString;
 virDomainRedirdevBusTypeFromString;
 virDomainRedirdevBusTypeToString;
+virDomainRedirdevDefFree;
 virDomainRNGBackendTypeToString;
 virDomainRNGDefFree;
 virDomainRNGFind;
-- 
2.8.4




More information about the libvir-list mailing list