]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src: Unify argument name of virDomainMigratePrepareTunnel()
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 5 Jun 2025 07:45:49 +0000 (09:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 2 Jul 2025 08:00:13 +0000 (10:00 +0200)
commit0cf91e4ed3147b3a1c34849fd4929c7af4406554
treefaa0d0351641e593ee7d1036610ee283d307f73e
parent8e5e69e6ebe7c30b6a934b2e73eb4a70efb555f2
src: Unify argument name of virDomainMigratePrepareTunnel()

The virDomainMigratePrepareTunnel() API declares one of its
argument as 'bandwidth', though throughout various typedefs, RPC
and callback implementations the name is changed to 'resource'.
This creates a confusion. Unify the name.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/driver-hypervisor.h
src/libvirt_internal.h
src/qemu/qemu_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs
src/rpc/gendispatch.pl