package xenstore

  1. Overview
  2. Docs
Xenstore protocol in pure OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

xenstore-2.3.0.tbz
sha256=d63c6bbcb2d3c297767d83c0a0f6dd46cecfd4e691f1cf5c5b6554445ec1b3f4
sha512=5cea990ab16ef708e53605172f708dde6ed15981cca6890939274db6efde1e5b2f9ec5c659d4d2f4115c5e0c3b69bcacc798a0d7fd5c1b75b83ddccd699de189

doc/xenstore.server/Xenstore_server/Connection/Interface/index.html

Module Connection.Interface

include module type of struct include Namespace.Unsupported end
val mkdir : ?with_watch:'a -> 'b -> 'c -> 'd -> 'e -> 'f
val rm : 'a -> 'b -> 'c -> 'd
val getperms : 'a -> 'b -> 'c -> 'd
val setperms : 'a -> 'b -> 'c -> 'd -> 'e
val read_connection : Transaction.t -> Perms.t -> Store.Path.t -> t -> string list -> string
val read : Transaction.t -> Perms.t -> Store.Path.t -> string
val exists : Transaction.t -> Perms.t -> Store.Path.t -> bool
val write_connection : Transaction.t -> int -> Perms.t -> Store.Path.t -> t -> string -> string list -> unit
val write : Transaction.t -> int -> Perms.t -> Store.Path.t -> string -> unit
val between : int -> int -> int list
val list_connection : Transaction.t -> Perms.t -> t -> string list -> string list
val list : Transaction.t -> Perms.t -> Store.Path.t -> string list