vmm: Error for MemoryManagerError

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>

On-behalf-of: SAP <philipp.schuster@sap.com>
This commit is contained in:
Philipp Schuster
2025-05-13 16:35:10 +02:00
committed by Rob Bradford
parent a007b750ff
commit 78b0f68b21
4 changed files with 68 additions and 23 deletions

View File

@@ -13,8 +13,8 @@ mod muxer;
mod muxer_killq;
mod muxer_rxq;
use thiserror::Error;
pub use muxer::VsockMuxer as VsockUnixBackend;
use thiserror::Error;
pub use Error as VsockUnixError;
mod defs {