type t = {
virtual_device : string; |
backend_path : string; |
backend_domid : int; |
frontend_path : string; |
frontend_domid : int; |
mode : Mode.t; |
media : Media.t; |
removable : bool; |
}
val to_assoc_list : t -> (int * (string * string)) list
Blkproto.Connection