summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEryu Guan <eguan@linux.alibaba.com>2020-02-14 01:20:39 +0800
committerAndreea Florescu <andreea.florescu15@gmail.com>2020-09-04 17:59:53 +0300
commitc650790558a32790e4ce6e91b49662161a1fbfd1 (patch)
treeac222c30507fe1835f4a4baff86b59f8a5060f04 /src
parent83f45776a0fb26d692f2ba4c1501cfd882212b16 (diff)
downloadvmm_vhost-c650790558a32790e4ce6e91b49662161a1fbfd1.tar.gz
vhost-user: Export VHOST_USER_FS_SLAVE_ENTRIES
Signed-off-by: Eryu Guan <eguan@linux.alibaba.com>
Diffstat (limited to 'src')
-rw-r--r--src/vhost_user/message.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhost_user/message.rs b/src/vhost_user/message.rs
index fd3b376..7c4f292 100644
--- a/src/vhost_user/message.rs
+++ b/src/vhost_user/message.rs
@@ -638,7 +638,7 @@ bitflags! {
}
/// Max entries in one virtio-fs slave request.
-const VHOST_USER_FS_SLAVE_ENTRIES: usize = 8;
+pub const VHOST_USER_FS_SLAVE_ENTRIES: usize = 8;
/// Slave request message to update the MMIO window.
#[repr(packed)]