]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: blockjob: Fix documentation for 'newstate' of _qemuBlockJobData
authorPeter Krempa <pkrempa@redhat.com>
Tue, 12 Feb 2019 13:02:27 +0000 (14:02 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 21 May 2019 12:22:05 +0000 (14:22 +0200)
When used with the new job handler the values will also include some of
the non-public values from qemuBlockjobState. Modify the comment to
clarify this.

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

index 31d8151ef5d848b899c84b2f7193323a2180bc37..772cc5cba154f8e4d655c8e08db6f41c77ccc1e0 100644 (file)
@@ -76,7 +76,7 @@ struct _qemuBlockJobData {
     char *errmsg;
     bool synchronous; /* API call is waiting for this job */
 
-    int newstate; /* virConnectDomainEventBlockJobStatus - new state to be processed */
+    int newstate; /* qemuBlockjobState, subset of events emitted by qemu */
 };