From 26e9fdc0bc43e93829902b3336a331ae74ca07ce Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Wed, 1 Feb 2012 16:11:58 -0500 Subject: [PATCH] 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. --- src/libvirt_private.syms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- GitLab