diff --git a/libvirt.go b/libvirt.go index 21aa6b2..fba6ea8 100644 --- a/libvirt.go +++ b/libvirt.go @@ -111,7 +111,11 @@ const ( DomainXMLFlagMigratable ) -// scheduler parameters +// scheduler parameters used as fields in TypedParam by the following functions: +// DomainGetSchedulerParameters +// DomainGetSchedulerParametersFlags +// DomainSetSchedulerParameters +// DomainSetSchedulerParametersFlags const ( // DomainSchedulerCPUShares represents the propportional weight // of the scheduler used on the host cpu, when using the posix