Re: [libvirt PATCH 02/20] snapshot_conf: export virDomainSnapshotDiskDefClear

2023-04-03 Thread Peter Krempa
On Mon, Mar 13, 2023 at 16:42:03 +0100, Pavel Hrdina wrote: > We will need to call this function from qemu_snapshot when introducing > external snapshot revert support. > > Signed-off-by: Pavel Hrdina > --- > src/conf/snapshot_conf.c | 2 +- > src/conf/snapshot_conf.h | 3 +++ > src/libvirt_priv

[libvirt PATCH 02/20] snapshot_conf: export virDomainSnapshotDiskDefClear

2023-03-13 Thread Pavel Hrdina
We will need to call this function from qemu_snapshot when introducing external snapshot revert support. Signed-off-by: Pavel Hrdina --- src/conf/snapshot_conf.c | 2 +- src/conf/snapshot_conf.h | 3 +++ src/libvirt_private.syms | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git