improve comment for scheduler parameters
This commit is contained in:
parent
2e5b7c8dce
commit
73af7b867b
@ -111,7 +111,11 @@ const (
|
|||||||
DomainXMLFlagMigratable
|
DomainXMLFlagMigratable
|
||||||
)
|
)
|
||||||
|
|
||||||
// scheduler parameters
|
// scheduler parameters used as fields in TypedParam by the following functions:
|
||||||
|
// DomainGetSchedulerParameters
|
||||||
|
// DomainGetSchedulerParametersFlags
|
||||||
|
// DomainSetSchedulerParameters
|
||||||
|
// DomainSetSchedulerParametersFlags
|
||||||
const (
|
const (
|
||||||
// DomainSchedulerCPUShares represents the propportional weight
|
// DomainSchedulerCPUShares represents the propportional weight
|
||||||
// of the scheduler used on the host cpu, when using the posix
|
// of the scheduler used on the host cpu, when using the posix
|
||||||
|
Loading…
Reference in New Issue
Block a user