aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_csched.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-27 10:13:27 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-27 10:13:27 +0100
commit3903e920a1d78620bb9072c6e2b1f5eaa3188537 (patch)
treebee0e989c80c61cf5968ff660720e0aa01f4a6d0 /tools/libxc/xc_csched.c
parentc263397874afd0a5b7ae71b562d879addda97294 (diff)
downloadxen-3903e920a1d78620bb9072c6e2b1f5eaa3188537.tar.gz
xen-3903e920a1d78620bb9072c6e2b1f5eaa3188537.tar.bz2
xen-3903e920a1d78620bb9072c6e2b1f5eaa3188537.zip
Rename csched -> sched_credit/sched-credit in control plane.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xc_csched.c')
-rw-r--r--tools/libxc/xc_csched.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/libxc/xc_csched.c b/tools/libxc/xc_csched.c
index 18513ec179..944529fea0 100644
--- a/tools/libxc/xc_csched.c
+++ b/tools/libxc/xc_csched.c
@@ -12,10 +12,10 @@
int
-xc_csched_domain_set(
+xc_sched_credit_domain_set(
int xc_handle,
uint32_t domid,
- struct csched_domain *sdom)
+ struct sched_credit_adjdom *sdom)
{
DECLARE_DOM0_OP;
@@ -29,10 +29,10 @@ xc_csched_domain_set(
}
int
-xc_csched_domain_get(
+xc_sched_credit_domain_get(
int xc_handle,
uint32_t domid,
- struct csched_domain *sdom)
+ struct sched_credit_adjdom *sdom)
{
DECLARE_DOM0_OP;
int err;