aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_dom.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-06-01 12:06:19 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-06-01 12:06:19 +0100
commit33a1df8e769b9a23126e3a02e6e8078f0b85bbf8 (patch)
tree158d96c7a813cb49180b6b2c281cf1189c95fc19 /tools/libxl/libxl_dom.c
parent1b0c3e785e30de60bd93de53218907b2a3771839 (diff)
downloadxen-33a1df8e769b9a23126e3a02e6e8078f0b85bbf8.tar.gz
xen-33a1df8e769b9a23126e3a02e6e8078f0b85bbf8.tar.bz2
xen-33a1df8e769b9a23126e3a02e6e8078f0b85bbf8.zip
libxl: rename libxl_sched_params to libxl_domain_sched_params
Remove credit scheduler global options from the struct, they were never used anyway. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: George Dunlap <george.dunlap@eu.citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/libxl/libxl_dom.c')
-rw-r--r--tools/libxl/libxl_dom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libxl/libxl_dom.c b/tools/libxl/libxl_dom.c
index 167c96a83f..bbf1af833a 100644
--- a/tools/libxl/libxl_dom.c
+++ b/tools/libxl/libxl_dom.c
@@ -42,7 +42,8 @@ libxl_domain_type libxl__domain_type(libxl__gc *gc, uint32_t domid)
return LIBXL_DOMAIN_TYPE_PV;
}
-int libxl__sched_set_params(libxl__gc *gc, uint32_t domid, libxl_sched_params *scparams)
+int libxl__sched_set_params(libxl__gc *gc, uint32_t domid,
+ libxl_domain_sched_params *scparams)
{
libxl_ctx *ctx = libxl__gc_owner(gc);
libxl_scheduler sched;