mirror of https://gitee.com/openkylin/libvirt.git
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>
This commit is contained in:
parent
5e5cf8e0ff
commit
64b84911ce
|
@ -258,6 +258,7 @@ int
|
|||
qemuDomainJobInfoToInfo(qemuDomainJobInfoPtr jobInfo,
|
||||
virDomainJobInfoPtr info)
|
||||
{
|
||||
info->type = jobInfo->type;
|
||||
info->timeElapsed = jobInfo->timeElapsed;
|
||||
info->timeRemaining = jobInfo->timeRemaining;
|
||||
|
||||
|
|
Loading…
Reference in New Issue