aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/libs/xl/genwrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ocaml/libs/xl/genwrap.py')
-rw-r--r--tools/ocaml/libs/xl/genwrap.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/ocaml/libs/xl/genwrap.py b/tools/ocaml/libs/xl/genwrap.py
index 384ec5b4ea..b379b57108 100644
--- a/tools/ocaml/libs/xl/genwrap.py
+++ b/tools/ocaml/libs/xl/genwrap.py
@@ -32,8 +32,9 @@ functions = { # ( name , [type1,type2,....] )
],
"cputopology": [ ("get", ["unit", "t array"]),
],
- "sched_credit": [ ("domain_get", ["domid", "t"]),
- ("domain_set", ["domid", "t", "unit"]),
+ "domain_sched_params":
+ [ ("get", ["domid", "t"]),
+ ("set", ["domid", "t", "unit"]),
],
}
def stub_fn_name(ty, name):