]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove return value from qemuMonitorDomainShutdownCallback
authorPeter Krempa <pkrempa@redhat.com>
Tue, 20 Jul 2021 08:05:06 +0000 (10:05 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 23 Jul 2021 08:01:47 +0000 (10:01 +0200)
commit40950f60fc041975b3ecdb0496a0e7b257d627fd
tree0d08e14724b377eae1310371c8eee2ed23974dfd
parentb2bf8d5bab52029c48959d062d6d88c241cd94a3
qemu: Remove return value from qemuMonitorDomainShutdownCallback

Change the callback prototype and fix the callback registered in the
process code.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_monitor.h
src/qemu/qemu_process.c