[libvirt] [PATCH v2 1/3] unify PARAM_CURRENT/PARAM_LIVE/PARAM_CONFIG flags

Hu Tao hutao at cn.fujitsu.com
Tue Jun 7 03:31:36 UTC 2011


> > >  /* Management of scheduler parameters */
> > >  
> > > -typedef enum {
> > > -    VIR_DOMAIN_SCHEDPARAM_CURRENT = 0,        /* affect current domain state */
> > > -    VIR_DOMAIN_SCHEDPARAM_LIVE    = (1 << 0), /* Affect active domain */
> > > -    VIR_DOMAIN_SCHEDPARAM_CONFIG  = (1 << 1), /* Affect next boot */
> > > -} virDomainSchedParameterFlags;
> > > -
> > 
> > _IF_ we hurry, we can delete this enum prior to 0.9.2, since this
> > particular enum has not been released yet.  But if 0.9.2 is released, we
> > are stuck with these enum names.
> 
> 0.9.2 is released at June 6 (+0800)

See the changes are already in 0.9.2 right now. Thanks Eric.

-- 
Thanks,
Hu Tao




More information about the libvir-list mailing list