aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/libs/xl/xl.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ocaml/libs/xl/xl.mli')
-rw-r--r--tools/ocaml/libs/xl/xl.mli12
1 files changed, 1 insertions, 11 deletions
diff --git a/tools/ocaml/libs/xl/xl.mli b/tools/ocaml/libs/xl/xl.mli
index 09f9b787dd..6dc1df8c20 100644
--- a/tools/ocaml/libs/xl/xl.mli
+++ b/tools/ocaml/libs/xl/xl.mli
@@ -70,16 +70,6 @@ module Domain_build_info : sig
}
end
-module Domain_build_state : sig
- type t =
- {
- store_port : int;
- store_mfn : int64;
- console_port : int;
- console_mfn : int64;
- }
-end
-
type domid = int
type disk_phystype =
@@ -139,7 +129,7 @@ module Device_console : sig
consoletype : console_type;
}
- external add : t -> Domain_build_state.t -> domid -> unit = "stub_xl_device_console_add"
+ external add : t -> domid -> unit = "stub_xl_device_console_add"
end
module Device_vkb : sig