1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

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 <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2019-02-12 14:02:27 +01:00
parent 2234354f9e
commit acd71408b2

View 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 */
};