package xenstore

  1. Overview
  2. Docs
val exists : Transaction.t -> Perms.t -> Store.Path.t -> bool
val mkdir : ?with_watch:bool -> Transaction.t -> int -> Perms.t -> Store.Path.t -> unit
val read : Transaction.t -> Perms.t -> Store.Path.t -> string
val write : Transaction.t -> int -> Perms.t -> Store.Path.t -> string -> unit
val list : Transaction.t -> Perms.t -> Store.Path.t -> string list
val rm : Transaction.t -> Perms.t -> Store.Path.t -> unit
val setperms : Transaction.t -> Perms.t -> Store.Path.t -> Xs_protocol.ACL.t -> unit