Type Alias vmm_vhost::message::VhostUserMemoryPayload
source · pub type VhostUserMemoryPayload = Vec<VhostUserMemoryRegion>;
Expand description
Payload of the VhostUserMemory message.
Aliased Type§
struct VhostUserMemoryPayload {
buf: RawVec<VhostUserMemoryRegion>,
len: usize,
}
Fields§
§buf: RawVec<VhostUserMemoryRegion>
§len: usize