summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)]