package xenstore_transport

  1. Overview
  2. Docs
Low-level libraries for connecting to a xenstore service on a xen host

Install

Dune Dependency

Authors

Maintainers

Sources

v1.3.0.tar.gz
sha256=a1b17a2f175f3085e57728cb94c95041857bbce83c0942cd03bc109f1c4841b9
md5=7e1ef30d1958c65751c119075d2ba78a

doc/xenstore_transport/Xs/index.html

Module XsSource

include sig ... end
Sourceval make : unit -> client Lwt.t
Sourceval suspend : client -> unit Lwt.t
Sourceval resume : client -> unit Lwt.t
Sourceval immediate : client -> (handle -> 'a Lwt.t) -> 'a Lwt.t
Sourceval transaction : client -> (handle -> 'a Lwt.t) -> 'a Lwt.t
Sourceval wait : client -> (handle -> 'a Lwt.t) -> 'a Lwt.t
Sourceval directory : handle -> string -> string list Lwt.t
Sourceval read : handle -> string -> string Lwt.t
Sourceval write : handle -> string -> string -> unit Lwt.t
Sourceval rm : handle -> string -> unit Lwt.t
Sourceval mkdir : handle -> string -> unit Lwt.t
Sourceval setperms : handle -> string -> Xs_protocol.ACL.t -> unit Lwt.t
Sourceval debug : handle -> string list -> string list Lwt.t
Sourceval getdomainpath : handle -> int -> string Lwt.t
Sourceval watch : handle -> string -> Xs_protocol.Token.t -> unit Lwt.t
Sourceval unwatch : handle -> string -> Xs_protocol.Token.t -> unit Lwt.t
Sourceval introduce : handle -> int -> nativeint -> int -> unit Lwt.t
Sourceval set_target : handle -> int -> int -> unit Lwt.t
OCaml

Innovation. Community. Security.