mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: api: fix parameter name
Fixes: 085a7a49f ("vmm: generic vhost-user: add support")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
committed by
Rob Bradford
parent
43eb6f08a5
commit
d4660b4fc5
@@ -734,7 +734,7 @@ pub trait RequestHandler {
|
||||
|
||||
fn vm_add_generic_vhost_user(
|
||||
&mut self,
|
||||
fs_cfg: GenericVhostUserConfig,
|
||||
generic_vhost_user_cfg: GenericVhostUserConfig,
|
||||
) -> Result<Option<Vec<u8>>, VmError>;
|
||||
|
||||
fn vm_add_pmem(&mut self, pmem_cfg: PmemConfig) -> Result<Option<Vec<u8>>, VmError>;
|
||||
|
||||
Reference in New Issue
Block a user