Searched refs:VhostUserConfigPayload (Results 1 – 2 of 2) sorted by relevance
45 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)>; in get_config() argument385 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)> { in get_config() argument
675 pub type VhostUserConfigPayload = Vec<u8>; typedef