mirror of https://gitee.com/openkylin/libvirt.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.
This commit is contained in:
parent
f594cddaf2
commit
26e9fdc0bc
|
@ -1019,7 +1019,7 @@ virStorageFileIsSharedFS;
|
|||
virStorageFileIsSharedFSType;
|
||||
virStorageFileProbeFormat;
|
||||
virStorageFileProbeFormatFromFD;
|
||||
|
||||
virStorageFileResize;
|
||||
|
||||
# sysinfo.h
|
||||
virSysinfoDefFree;
|
||||
|
|
Loading…
Reference in New Issue