aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenctrl.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-04-14 12:10:19 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-04-14 12:10:19 +0100
commit3ac51fc221171ab2e90334e63145cdcd266b0467 (patch)
treeffb3d8caa411f6b5ea6737632c42bb4f6d1bbbac /tools/libxc/xenctrl.h
parent0dd76d3d20a503af84637e495924965a4b122033 (diff)
downloadxen-3ac51fc221171ab2e90334e63145cdcd266b0467.tar.gz
xen-3ac51fc221171ab2e90334e63145cdcd266b0467.tar.bz2
xen-3ac51fc221171ab2e90334e63145cdcd266b0467.zip
credit2: Add toolstack options to control credit2 scheduler parameters
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Diffstat (limited to 'tools/libxc/xenctrl.h')
-rw-r--r--tools/libxc/xenctrl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h
index 497e211a43..f2c90b3f77 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -475,6 +475,14 @@ int xc_sched_credit_domain_get(int xc_handle,
uint32_t domid,
struct xen_domctl_sched_credit *sdom);
+int xc_sched_credit2_domain_set(int xc_handle,
+ uint32_t domid,
+ struct xen_domctl_sched_credit2 *sdom);
+
+int xc_sched_credit2_domain_get(int xc_handle,
+ uint32_t domid,
+ struct xen_domctl_sched_credit2 *sdom);
+
/**
* This function sends a trigger to a domain.
*