Re: [libvirt] [PATCH 1/6] util: Export virStorageFileSupportsBackingChainTraversal

2019-08-15 Thread Ján Tomko
On Wed, Aug 14, 2019 at 06:59:16PM +0200, Peter Krempa wrote: The function will be reused in the qemu snapshot code. The argument is turned into const similarly to the other virStorageFileSupports* functions. Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 +

[libvirt] [PATCH 1/6] util: Export virStorageFileSupportsBackingChainTraversal

2019-08-14 Thread Peter Krempa
The function will be reused in the qemu snapshot code. The argument is turned into const similarly to the other virStorageFileSupports* functions. Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 + src/util/virstoragefile.c | 4 ++-- src/util/virstoragefile.h | 1 + 3 files