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