package xenstore

  1. Overview
  2. Docs

Module Xs_client_unixSource

A multiplexing XenStore protocol client over a byte-level transport, using Unix.

Sourcemodule type IO = sig ... end
Sourceexception Malformed_watch_event
Sourceexception Unexpected_rid of int32
Sourceexception Dispatcher_failed
Sourceexception Cancelled
Sourcemodule Task : sig ... end
Sourcetype watch_callback = (string * string) -> unit

Clients can opt to manage watches manually via this optional callback.

Sourcemodule Client (IO : IO) : sig ... end
OCaml

Innovation. Community. Security.