package xenstore

  1. Overview
  2. Docs

Module Store.NodeSource

A Node in the main xenstore tree

Sourcetype t
Sourceval create : string -> int -> Xs_protocol.ACL.t -> string -> t

create name creator perms value returns fresh Node.t

Sourceval get_perms : t -> Xs_protocol.ACL.t

get_perms t returns the permissions attached to t

OCaml

Innovation. Community. Security.