package xenstore

  1. Overview
  2. Docs
Xenstore protocol in pure OCam

Install

Dune Dependency

Authors

Maintainers

Sources

xenstore-2.4.0.tbz
sha256=11b63bb2a5a8bc487d36f36ecb195b2a2135aa13ab401cbc73da67505c08faa4
sha512=b921aa4265503677f4984007efee6865461a18031dc49583be040781307cc6cbfcd84bc11e9ebc0a23e9b0cf281bd94528c475624bc30471ad8ff70607e0732f

doc/xenstore.server/Xenstore_server/Store/Name/index.html

Module Store.NameSource

Sourcetype t

The name of an entity which may be watched. Note that not all these entities are stored in the xenstore tree (e.g. @introduceDomain)

Sourceval introduceDomain : t

The special watch when a domain is created

Sourceval releaseDomain : t

The special watch when a domain shuts down

Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval is_relative : t -> bool

is_relative t is true if t contains a relative path

Sourceval make_absolute : t -> string -> t

make_absolute t basename returns t as an absolute path, treating paths relative to basename

Sourceval to_key : t -> string list

to_key t returns a key which can be used as a path in a Trie

OCaml

Innovation. Community. Security.