mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
vhost_rs: control SlaveFsCacheReq with vhost-user-slave feature
We import slave_fs_cache mod under vhost-user-slave feature control, but not the self::slave_fs_cache::SlaveFsCacheReq import. Signed-off-by: Eryu Guan <eguan@linux.alibaba.com>
This commit is contained in:
parent
9de3ace8c7
commit
3cb4513077
@ -43,6 +43,7 @@ mod slave_req_handler;
|
||||
pub use self::slave_req_handler::{SlaveReqHandler, VhostUserSlaveReqHandler};
|
||||
#[cfg(feature = "vhost-user-slave")]
|
||||
mod slave_fs_cache;
|
||||
#[cfg(feature = "vhost-user-slave")]
|
||||
pub use self::slave_fs_cache::SlaveFsCacheReq;
|
||||
|
||||
pub mod sock_ctrl_msg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user