package xenstore

  1. Overview
  2. Docs

Module Xenstore_server.StoreSource

Sourceexception Already_exists of string

thrown when a (watch) name already exists

Sourcemodule Node : sig ... end

A Node in the main xenstore tree

Sourcemodule Name : sig ... end
Sourcemodule Path : sig ... end
Sourceval lookup : Node.t -> Path.t -> Node.t option

lookup node path follows path from node and returns the node it finds, or None

Sourcetype t = {
  1. mutable stat_transaction_coalesce : int;
  2. mutable stat_transaction_abort : int;
  3. mutable root : Node.t;
  4. mutable quota : Quota.t;
}
Sourceval set_root : t -> Node.t -> unit
Sourceval set_quota : t -> Quota.t -> unit
Sourceval create : unit -> t
Sourceval copy : t -> t
Sourceval exists : t -> Path.t -> bool
Sourceval write : t -> int -> Perms.t -> Path.t -> string -> unit
Sourceval mkdir : t -> int -> Perms.t -> Path.t -> unit
Sourceval setperms : t -> Perms.t -> Path.t -> Xs_protocol.ACL.t -> unit
Sourceval rm : t -> Perms.t -> Path.t -> unit
Sourceval ls : t -> Perms.t -> Path.t -> string list
Sourceval read : t -> Perms.t -> Path.t -> string
Sourceval getperms : t -> Perms.t -> Path.t -> Xs_protocol.ACL.t
Sourceval set_node : t -> Path.t -> Node.t -> Quota.t -> Quota.t -> unit
Sourceval mark_symbols : t -> unit
OCaml

Innovation. Community. Security.