Module Xenstore_server.Introduce

type address = {
domid : int;
mfn : nativeint;
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