package xenstore_transport

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

xenstore-tool-1.5.0.tbz
sha256=3e1b1d830ff982c5392910ea83bdee6d7aefa50e5c2a947a24d3beeb10c0e45f
sha512=435bb1de5a638c25d7e050cb12284379a0e9de4f8818f673a4b6d228d21b8d8103ab8bde76f598104a6c67b15b31c6b2a54e07caf4a0629538178fc6fc1abe4f

doc/xenstore_transport.lwt/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.