Home
last modified time | relevance | path

Searched refs:VhostUserConfigPayload (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmaster.rs45 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)>; in get_config() argument
385 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)> { in get_config() argument
Dmessage.rs675 pub type VhostUserConfigPayload = Vec<u8>; typedef