Xenstore_server.Store
module Node : sig ... end
A Node in the main xenstore tree
module Name : sig ... end
module Path : sig ... end
lookup node path
follows path
from node
and returns the node it finds, or None
val create : unit -> t
val setperms : t -> Perms.t -> Path.t -> Xs_protocol.ACL.t -> unit
val getperms : t -> Perms.t -> Path.t -> Xs_protocol.ACL.t
val mark_symbols : t -> unit