package xenstore

  1. Overview
  2. Docs

A Node in the main xenstore tree

type t
val create : string -> int -> Xs_protocol.ACL.t -> string -> t

create name creator perms value returns fresh Node.t

val get_perms : t -> Xs_protocol.ACL.t

get_perms t returns the permissions attached to t