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:
parent
2234354f9e
commit
acd71408b2
@ -76,7 +76,7 @@ struct _qemuBlockJobData {
|
|||||||
char *errmsg;
|
char *errmsg;
|
||||||
bool synchronous; /* API call is waiting for this job */
|
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 */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user