[libvirt] [PATCH] libvirt_public.syms: Fix virDomainSetBlockThreshold placement

Michal Privoznik mprivozn at redhat.com
Tue Apr 4 07:24:41 UTC 2017


The symbol was introduced in the 3.2.0 release (bb09798fbeb5f)
and not 3.1.0 release as its current placement in the file
suggests.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 src/libvirt_public.syms | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms
index 428cf2e..37a8a18 100644
--- a/src/libvirt_public.syms
+++ b/src/libvirt_public.syms
@@ -755,8 +755,12 @@ LIBVIRT_3.0.0 {
 
 LIBVIRT_3.1.0 {
     global:
-        virDomainSetBlockThreshold;
         virDomainSetVcpu;
 } LIBVIRT_3.0.0;
 
+LIBVIRT_3.2.0 {
+     global:
+        virDomainSetBlockThreshold;
+} LIBVIRT_3.1.0;
+
 # .... define new API here using predicted next version number ....
-- 
2.10.2




More information about the libvir-list mailing list