BlkbackSourceEvent channels handlers.
type stats = {ring_utilisation : int array;segments_per_request : int array;mutable total_requests : int;mutable total_ok : int;mutable total_error : int;}type ('a, 'b) t = {domid : int;xe : Xen_os.Eventchn.handle;evtchn : Xen_os.Eventchn.t;ring : ('a, 'b) Ring.Rpc.Back.t;ops : ops;parse_req : Cstruct.t -> Blkproto.Req.t;}