Type Alias VhostUserMemoryPayload

Source
pub type VhostUserMemoryPayload = Vec<VhostUserMemoryRegion>;
Expand description

Payload of the VhostUserMemory message.

Aliased Typeยง

struct VhostUserMemoryPayload { /* private fields */ }