mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices: Use NetCtrlEpollHandler in vhost-user-net
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -53,8 +53,8 @@ pub struct NetCtrlEpollHandler {
|
||||
pub queue_evt: EventFd,
|
||||
pub queue: Queue<GuestMemoryAtomic<GuestMemoryMmap>>,
|
||||
pub access_platform: Option<Arc<dyn AccessPlatform>>,
|
||||
interrupt_cb: Arc<dyn VirtioInterrupt>,
|
||||
queue_index: u16,
|
||||
pub interrupt_cb: Arc<dyn VirtioInterrupt>,
|
||||
pub queue_index: u16,
|
||||
}
|
||||
|
||||
impl NetCtrlEpollHandler {
|
||||
|
||||
Reference in New Issue
Block a user