From 53b402f70cb38b71926de67a127d594e7d1ca18a Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 31 Oct 2019 11:37:41 +0100 Subject: [PATCH] syms: Add 'global:' keyword to LIBVIRT_5.8 section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Daniel P. Berrangé --- src/libvirt_public.syms | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms index 40655fbbf5..f88a77892f 100644 --- a/src/libvirt_public.syms +++ b/src/libvirt_public.syms @@ -858,6 +858,7 @@ LIBVIRT_5.7.0 { } LIBVIRT_5.6.0; LIBVIRT_5.8.0 { + global: virConnectSetIdentity; } LIBVIRT_5.7.0; -- GitLab