package xenstore

  1. Overview
  2. Docs
type address = {
  1. domid : int;
  2. mfn : nativeint;
  3. remote_port : int;
}

A remote domain address

val introduce : address -> unit

introduce address should be called whenever an introduce message is received from the toolstack.

val stream : address Lwt_stream.t

A stream of introduced addresses