vhost/src
Liu Jiang f2e38e294a vring: do not take &mut self for VringT
Backend::handle_event() takes an argument of `vrings: &[V]` with
`V: VringT`, so methods of VringT should not take `&mut self`.

Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>
2021-09-09 10:19:50 +02:00
..
backend.rs epoll: refine the way to manage event id 2021-09-07 16:32:34 +08:00
event_loop.rs epoll: refine the way to manage event id 2021-09-07 16:32:34 +08:00
handler.rs epoll: refine the way to manage event id 2021-09-07 16:32:34 +08:00
lib.rs vring: add VringT::get_mut() 2021-09-07 16:32:34 +08:00
vring.rs vring: do not take &mut self for VringT 2021-09-09 10:19:50 +02:00