diff --git a/vmm/src/api/mod.rs b/vmm/src/api/mod.rs index f0a0367ed..a3f114bc1 100644 --- a/vmm/src/api/mod.rs +++ b/vmm/src/api/mod.rs @@ -734,7 +734,7 @@ pub trait RequestHandler { fn vm_add_generic_vhost_user( &mut self, - fs_cfg: GenericVhostUserConfig, + generic_vhost_user_cfg: GenericVhostUserConfig, ) -> Result>, VmError>; fn vm_add_pmem(&mut self, pmem_cfg: PmemConfig) -> Result>, VmError>;