Hi ----- Original Message ----- > > VIR_ENUM_DECL(virTristateBool) > > VIR_ENUM_DECL(virTristateSwitch) > > > > +/* the two enums must be in sync to be able to use helpers interchangeably > > in > > + * some special cases */ > > +verify((int)VIR_TRISTATE_BOOL_YES == (int)VIR_TRISTATE_SWITCH_ON); > > +verify((int)VIR_TRISTATE_BOOL_NO == (int)VIR_TRISTATE_SWITCH_OFF); > > +verify((int)VIR_TRISTATE_BOOL_ABSENT == (int)VIR_TRISTATE_SWITCH_ABSENT); > > + > > unsigned int virGetListenFDs(void); > > > > long virGetSystemPageSize(void); > > > > ACK. > > I'm pushing this one as it makes perfect sense on its own. > thanks -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list