package xenstore

  1. Overview
  2. Docs

Module Connection.InterfaceSource

include module type of struct include Namespace.Unsupported end
Sourceval mkdir : ?with_watch:'a -> 'b -> 'c -> 'd -> 'e -> 'f
Sourceval rm : 'a -> 'b -> 'c -> 'd
Sourceval getperms : 'a -> 'b -> 'c -> 'd
Sourceval setperms : 'a -> 'b -> 'c -> 'd -> 'e
Sourceval read_connection : Transaction.t -> Perms.t -> Store.Path.t -> t -> string list -> string
Sourceval read : Transaction.t -> Perms.t -> Store.Path.t -> string
Sourceval exists : Transaction.t -> Perms.t -> Store.Path.t -> bool
Sourceval write_connection : Transaction.t -> int -> Perms.t -> Store.Path.t -> t -> string -> string list -> unit
Sourceval write : Transaction.t -> int -> Perms.t -> Store.Path.t -> string -> unit
Sourceval between : int -> int -> int list
Sourceval list_connection : Transaction.t -> Perms.t -> t -> string list -> string list
Sourceval list : Transaction.t -> Perms.t -> Store.Path.t -> string list
OCaml

Innovation. Community. Security.