aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/libs/xs/xs.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ocaml/libs/xs/xs.ml')
-rw-r--r--tools/ocaml/libs/xs/xs.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocaml/libs/xs/xs.ml b/tools/ocaml/libs/xs/xs.ml
index 768778f340..5757571072 100644
--- a/tools/ocaml/libs/xs/xs.ml
+++ b/tools/ocaml/libs/xs/xs.ml
@@ -69,7 +69,7 @@ let get_watchevent xsh = Xsraw.get_watchevent xsh.con
let read_watchevent xsh = Xsraw.read_watchevent xsh.con
let make fd = get_operations (Xsraw.open_fd fd)
-let get_fd xsh = Xb.get_fd xsh.con.Xsraw.xb
+let get_fd xsh = Xenbus.Xb.get_fd xsh.con.Xsraw.xb
exception Timeout