Xenstore_server.Storemodule Node : sig ... endA Node in the main xenstore tree
module Name : sig ... endmodule Path : sig ... endlookup node path follows path from node and returns the node it finds, or None
val create : unit -> tval setperms : t -> Perms.t -> Path.t -> Xs_protocol.ACL.t -> unitval getperms : t -> Perms.t -> Path.t -> Xs_protocol.ACL.tval mark_symbols : t -> unit