mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
virDomainCheckpointDiskDef: Remove unused 'idx' field
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
addd24674d
commit
ada4d9b81f
@ -42,7 +42,6 @@ typedef struct _virDomainCheckpointDiskDef virDomainCheckpointDiskDef;
|
||||
typedef virDomainCheckpointDiskDef *virDomainCheckpointDiskDefPtr;
|
||||
struct _virDomainCheckpointDiskDef {
|
||||
char *name; /* name matching the <target dev='...' of the domain */
|
||||
int idx; /* index within checkpoint->dom->disks that matches name */
|
||||
int type; /* virDomainCheckpointType */
|
||||
char *bitmap; /* bitmap name, if type is bitmap */
|
||||
unsigned long long size; /* current checkpoint size in bytes */
|
||||
|
Loading…
Reference in New Issue
Block a user