]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_snapshot: rename qemuSnapshotDeleteExternalPrepare
authorPavel Hrdina <phrdina@redhat.com>
Wed, 1 Mar 2023 14:35:44 +0000 (15:35 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 22 Aug 2023 14:06:22 +0000 (16:06 +0200)
commit443221bbf15b4d891129d8145346f5bf3e7af6ac
tree53e6876583eeab97e416e87b073c50f995fa7400
parent8e664737813378d2a1bdeacc2ca8e942327e2cab
qemu_snapshot: rename qemuSnapshotDeleteExternalPrepare

The new name reflects that we prepare data for external snapshot
deletion and the old name will be used later for different part of code.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_snapshot.c