module Node : sig ... end
module Name : sig ... end
module Path : sig ... end
lookup node path
follows path
from node
and returns the node it finds, or None
type t = {
mutable stat_transaction_coalesce : int; |
mutable stat_transaction_abort : int; |
mutable root : Node.t; |
mutable quota : Quota.t; |
}
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