mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
libvirt-qemu: Fix enum type declaration
This commit is contained in:
parent
9190f0b0a0
commit
3ed18372a3
@ -20,7 +20,7 @@
|
||||
extern "C" {
|
||||
# endif
|
||||
|
||||
enum {
|
||||
typedef enum {
|
||||
VIR_DOMAIN_QEMU_MONITOR_COMMAND_DEFAULT = 0,
|
||||
VIR_DOMAIN_QEMU_MONITOR_COMMAND_HMP = (1 << 0), /* cmd is in HMP */
|
||||
} virDomainQemuMonitorCommandFlags;
|
||||
|
Loading…
Reference in New Issue
Block a user