package xenstore_transport

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.