Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
virtual_device : int;
backend_path : string;
backend_domid : int;
frontend_path : string;
frontend_domid : int;
protocol : Protocol.t;
name : string option;
protocol extension to name consoles
*)}
val to_assoc_list : t -> (Xs_protocol.ACL.t * (string * string)) list
val make :
?protocol:Protocol.t ->
?backend_domid:int ->
?name:string ->
frontend_domid:int ->
virtual_device:int ->
unit ->
t