]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: add the missing jobinfo type in qemuDomainGetJobInfo
authorWang Rui <moon.wangrui@huawei.com>
Tue, 25 Nov 2014 11:51:45 +0000 (19:51 +0800)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 25 Nov 2014 13:40:19 +0000 (14:40 +0100)
commit64b84911cecb82afa7ec08ce206eb1b71f76e04d
treee75a4940083e9da219653da01738a33252fe6eeb
parent5e5cf8e0ff0a2915aa0f391533a907ae046a1ffe
qemu: add the missing jobinfo type in qemuDomainGetJobInfo

Commit 6fcddfcd refactored job statistics but missed the jobinfo type updated
in qemuDomainGetJobInfo. After this patch, we can use virDomainGetJobInfo to
get jobinfo type again.

Signed-off-by: Wang Rui <moon.wangrui@huawei.com>
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_domain.c