
7 Jun
2011
7 Jun
'11
5:31 a.m.
/* 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