From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: [PATCH 2/4] libxl: add sched_get_id function Date: Mon, 19 Apr 2010 08:50:52 +0100 Message-ID: <4BCC0B5C.8090000@eu.citrix.com> References: <4BCB76FD.1020103@amd.com> <4BCB78BF.8050502@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4BCB78BF.8050502@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andre Przywara Cc: "xen-devel@lists.xensource.com" , Ian Jackson , Keir Fraser , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 18/04/10 22:25, Andre Przywara wrote: > To get the name of the currently used scheduler, Xen provides a sched_id > sysctl. > Add a libxl wrapper around the libxc function to query this. maybe it should returns an enum libxl_sched_id instead of just a plain int ? -- Vincent