improve comment for scheduler parameters

This commit is contained in:
Jenni Griesmann 2017-12-15 11:52:28 -06:00
parent 2e5b7c8dce
commit 73af7b867b

View File

@ -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