From: Peter Krempa Date: Tue, 12 Feb 2019 13:02:27 +0000 (+0100) Subject: qemu: blockjob: Fix documentation for 'newstate' of _qemuBlockJobData X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=acd71408b228cc6ecb6fa7fa69a20f159d5b25ef;p=libvirt.git qemu: blockjob: Fix documentation for 'newstate' of _qemuBlockJobData 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 Reviewed-by: Ján Tomko --- diff --git a/src/qemu/qemu_blockjob.h b/src/qemu/qemu_blockjob.h index 31d8151ef5..772cc5cba1 100644 --- a/src/qemu/qemu_blockjob.h +++ b/src/qemu/qemu_blockjob.h @@ -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 */ };