mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
vm-virtio: make VsockPacket public
This patch makes VsockPacket public to allow other crates (e.g. vhost-user-vsock) to use it. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
parent
8bcd0abbe5
commit
b74a855446
@ -17,7 +17,7 @@ pub use self::device::Vsock;
|
||||
pub use self::unix::VsockUnixBackend;
|
||||
pub use self::unix::VsockUnixError;
|
||||
|
||||
use packet::VsockPacket;
|
||||
pub use packet::VsockPacket;
|
||||
use std::os::unix::io::RawFd;
|
||||
|
||||
mod defs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user