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

Jiri Denemark jdenemar at redhat.com
Mon Feb 14 11:39:58 UTC 2011


On Mon, Feb 14, 2011 at 22:31:18 +1100, Justin Clift wrote:
> On 14/02/2011, at 10:19 PM, Jiri Denemark wrote:
> > --- 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.

Thanks, I pushed the fix.

Jirka




More information about the libvir-list mailing list