From: Laine Stump Date: Wed, 1 Feb 2012 21:11:58 +0000 (-0500) Subject: build: add missing virStorageFileResize to libvirt_private.syms X-Git-Tag: v0.9.10-rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26e9fdc0bc43e93829902b3336a331ae74ca07ce;p=thirdparty%2Flibvirt.git build: add missing virStorageFileResize to libvirt_private.syms 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. --- diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index f9b4bf94e6..e300f06f1e 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -1019,7 +1019,7 @@ virStorageFileIsSharedFS; virStorageFileIsSharedFSType; virStorageFileProbeFormat; virStorageFileProbeFormatFromFD; - +virStorageFileResize; # sysinfo.h virSysinfoDefFree;