]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_domain: Move a couple of function declarations to the correct file
authorPrathamesh Chavan <pc44800@gmail.com>
Mon, 17 Aug 2020 05:07:19 +0000 (10:37 +0530)
committerErik Skultety <eskultet@redhat.com>
Wed, 19 Aug 2020 07:22:42 +0000 (09:22 +0200)
commit1ca15137dac970b6c79cbd94347118942aaf2e16
tree7e0dec4106b67917f61bbbe9b6122a4f081cc8fb
parent53b2b0ae15b295bb322dfce16e160b762650eb4d
qemu_domain: Move a couple of function declarations to the correct file

Functions `qemuDomainRemoveInactiveJob` and
`qemuDomainRemoveInactiveJobLocked` had their declaration misplaced in
`qemu_domainjob` and were moved to `qemu_domain` where their definitions
reside.

Signed-off-by: Prathamesh Chavan <pc44800@gmail.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/qemu/qemu_domain.h
src/qemu/qemu_domainjob.h