package xenstore

  1. Overview
  2. Docs
module StringSet : sig ... end
type 'a t
val no_transaction : 'a -> 'a t
val transaction : 'a -> int32 -> 'a t
val watching : 'a -> 'a t
val tid : 'a t -> int32
val client : 'a t -> 'a
val add_accessed_path : 'a t -> string -> 'a t
val accessed_paths : 'a t -> StringSet.t
val watch : 'a t -> string -> 'a t
val unwatch : 'a t -> string -> 'a t
val watched_paths : 'a t -> StringSet.t
OCaml

Innovation. Community. Security.