[libvirt] [PATCH] libvirt-qemu: Fix enum type declaration

Justin Clift jclift at redhat.com
Mon Feb 14 11:31:18 UTC 2011


On 14/02/2011, at 10:19 PM, Jiri Denemark wrote:
> ---
> Ugh! Sorry for this stupid typo.
> 
> include/libvirt/libvirt-qemu.h |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/libvirt/libvirt-qemu.h b/include/libvirt/libvirt-qemu.h
> index 9257c2f..f172eff 100644
> --- a/include/libvirt/libvirt-qemu.h
> +++ b/include/libvirt/libvirt-qemu.h
> @@ -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;
> -- 
> 1.7.4

ACK.

We can NACK the one I just posted then too. :)

+ Justin





More information about the libvir-list mailing list