Module Mirage_console_xen_backend.Conback

module type ACTIVATIONS = sig ... end

Event channels handlers.

type stats = {
mutable total_read : int;(*

bytes read

*)
mutable total_write : int;(*

bytes written

*)
}
module type CONSOLE = sig ... end
module Make (A : ACTIVATIONS) (X : Xs_client_lwt.S) (C : CONSOLE) : sig ... end