diff --git a/vhost-user-backend/src/handler.rs b/vhost-user-backend/src/handler.rs index cca7f5d..735c6a8 100644 --- a/vhost-user-backend/src/handler.rs +++ b/vhost-user-backend/src/handler.rs @@ -82,6 +82,7 @@ impl error::Error for VhostUserHandlerError {} /// Result of vhost-user handler operations. pub type VhostUserHandlerResult = std::result::Result; +#[derive(Debug)] struct AddrMapping { #[cfg(feature = "postcopy")] local_addr: u64,