Module frontend_server
vmm_vhost
0.1.0
Module frontend_server
Structs
Traits
In crate vmm_vhost
Modules
backend
backend_client
backend_server
connection
frontend_client
frontend_server
message
sys
unix
Structs
BackendClient
BackendServer
FrontendClient
FrontendServer
VhostUserMemoryRegionInfo
VringConfigData
Enums
Error
Constants
VHOST_MAX_MEMORY_REGIONS
Traits
Backend
Frontend
Functions
into_single_file
Type Aliases
HandlerResult
Result
?
Module
vmm_vhost
::
frontend_server
source
·
[
−
]
Structs
§
FrontendServer
Handles requests from a vhost-user backend connection by dispatching them to [
Frontend
] methods.
Traits
§
Frontend
Trait for vhost-user frontends to respond to requests from the backend.