]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
build: add missing virStorageFileResize to libvirt_private.syms
authorLaine Stump <laine@laine.org>
Wed, 1 Feb 2012 21:11:58 +0000 (16:11 -0500)
committerLaine Stump <laine@laine.org>
Wed, 1 Feb 2012 21:14:46 +0000 (16:14 -0500)
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

index f9b4bf94e60efcde6d1703d1c85ff102c7f31495..e300f06f1e4dcd8548f10eeb7d302840fbff212f 100644 (file)
@@ -1019,7 +1019,7 @@ virStorageFileIsSharedFS;
 virStorageFileIsSharedFSType;
 virStorageFileProbeFormat;
 virStorageFileProbeFormatFromFD;
-
+virStorageFileResize;
 
 # sysinfo.h
 virSysinfoDefFree;