mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
virDomainKeyWrapDef: Make members virTristateSwitch
With the last usage of `aes` and `dea` as int gone, these two can become virTristateSwitch. Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
931afa7d99
commit
df91deb7a9
@ -2624,8 +2624,8 @@ struct _virDomainPerfDef {
|
||||
};
|
||||
|
||||
struct _virDomainKeyWrapDef {
|
||||
int aes; /* enum virTristateSwitch */
|
||||
int dea; /* enum virTristateSwitch */
|
||||
virTristateSwitch aes;
|
||||
virTristateSwitch dea;
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user