mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
qemu: blockjob: Remove 'started' from struct _qemuBlockJobData
As of commit d1a44634acead75bc48fb9b0f68dc1e 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
@ -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…
x
Reference in New Issue
Block a user