mirror of https://gitee.com/openkylin/libvirt.git
qemu: blockjob: Remove 'started' from struct _qemuBlockJobData
As of commit d1a44634ac
this field is unused.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
e37bd65f99
commit
2234354f9e
src/qemu
|
@ -71,7 +71,6 @@ struct _qemuBlockJobData {
|
|||
|
||||
virDomainDiskDefPtr disk; /* may be NULL, if blockjob does not correspond to any disk */
|
||||
|
||||
bool started;
|
||||
int type; /* qemuBlockJobType */
|
||||
int state; /* qemuBlockjobState */
|
||||
char *errmsg;
|
||||
|
|
Loading…
Reference in New Issue