aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_types.idl
diff options
context:
space:
mode:
authorIan Campbell <Ian.Campbell@citrix.com>2012-06-02 08:39:45 +0100
committerIan Campbell <Ian.Campbell@citrix.com>2012-06-02 08:39:45 +0100
commitb4cf0e8535981583199b838f7d7ca6becb3d668f (patch)
tree28d03af65dd942883d31dde5ad7d2c800756c705 /tools/libxl/libxl_types.idl
parentc779cf076b663b2434c6b27ff391c346558e1e77 (diff)
downloadxen-b4cf0e8535981583199b838f7d7ca6becb3d668f.tar.gz
xen-b4cf0e8535981583199b838f7d7ca6becb3d668f.tar.bz2
xen-b4cf0e8535981583199b838f7d7ca6becb3d668f.zip
ocaml: fix build after 25446:648508ee27a2, 25449:68d46c5ea0a3 et al.
These renamed a type and the associated functions and the ocaml bindings were not updated to suit. This also highlighted that libxl_domain_sched_params should not be DIR_IN since it is also use as an output struct. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/libxl/libxl_types.idl')
-rw-r--r--tools/libxl/libxl_types.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl
index a77bbf722d..a528da2c17 100644
--- a/tools/libxl/libxl_types.idl
+++ b/tools/libxl/libxl_types.idl
@@ -232,7 +232,7 @@ libxl_domain_sched_params = Struct("domain_sched_params",[
("slice", integer, {'init_val': 'LIBXL_DOMAIN_SCHED_PARAM_SLICE_DEFAULT'}),
("latency", integer, {'init_val': 'LIBXL_DOMAIN_SCHED_PARAM_LATENCY_DEFAULT'}),
("extratime", integer, {'init_val': 'LIBXL_DOMAIN_SCHED_PARAM_EXTRATIME_DEFAULT'}),
- ], dir=DIR_IN)
+ ])
libxl_domain_build_info = Struct("domain_build_info",[
("max_vcpus", integer),