[libvirt] [PATCH 2/2] build: add missing virStorageFileResize to libvirt_private.syms

Laine Stump laine at laine.org
Wed Feb 1 21:21:33 UTC 2012


This was forgotten when the function was originally written (not
noticed because it wasn't used at the time). It's required for
proper compilation with modules enabled after applying the recent
virStorageVolResize patches.
---
 src/libvirt_private.syms |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index f9b4bf9..e300f06 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -1019,7 +1019,7 @@ virStorageFileIsSharedFS;
 virStorageFileIsSharedFSType;
 virStorageFileProbeFormat;
 virStorageFileProbeFormatFromFD;
-
+virStorageFileResize;
 
 # sysinfo.h
 virSysinfoDefFree;
-- 
1.7.7.5




More information about the libvir-list mailing list