]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
blockjob: correctly report active commit for job info
authorEric Blake <eblake@redhat.com>
Tue, 5 Aug 2014 14:49:32 +0000 (08:49 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 5 Aug 2014 16:30:56 +0000 (10:30 -0600)
commite8cc973041e7ac4ddeefe343af751863c76687fe
treed663d30e904fb7a328e88a0d24613f499562983d
parent55f34fe3bdeb1aa2eb424fec3b8335ffff027a62
blockjob: correctly report active commit for job info

Commit 232a31b munged job info to report 'active commit' instead of
'commit' when generating events, but forgot to also munge the polling
variant of the command.

* src/qemu/qemu_driver.c (qemuDomainBlockJobImpl): Adjust type as
needed.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_driver.c