aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/libs/xs/xsraw.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ocaml/libs/xs/xsraw.ml')
-rw-r--r--tools/ocaml/libs/xs/xsraw.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/ocaml/libs/xs/xsraw.ml b/tools/ocaml/libs/xs/xsraw.ml
index 370d38ee53..84336e1add 100644
--- a/tools/ocaml/libs/xs/xsraw.ml
+++ b/tools/ocaml/libs/xs/xsraw.ml
@@ -14,6 +14,8 @@
* GNU Lesser General Public License for more details.
*)
+open Xenbus
+
exception Partial_not_empty
exception Unexpected_packet of string
@@ -27,7 +29,7 @@ let unexpected_packet expected received =
raise (Unexpected_packet s)
type con = {
- xb: Xb.t;
+ xb: Xenbus.Xb.t;
watchevents: (string * string) Queue.t;
}