From 73af7b867ba949d0e6c7d9a3d094ea71f5c37ab6 Mon Sep 17 00:00:00 2001 From: Jenni Griesmann Date: Fri, 15 Dec 2017 11:52:28 -0600 Subject: [PATCH] improve comment for scheduler parameters --- libvirt.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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