vhost-device/vsock/src
Stefano Garzarella f7f239e390 vsock: use pub(crate) for types used only by our binary
This is a binary crate and most of the types shouldn't be visible
out of this crate. Change also documentation with ///.

If we would like to export some types as part of a library in the
future, we will adjust the visibility accordingly.

Suggested-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
2022-10-12 15:17:45 +02:00
..
main.rs vsock: add more tests and update coverage_score 2022-10-12 15:17:45 +02:00
rxops.rs vsock: use pub(crate) for types used only by our binary 2022-10-12 15:17:45 +02:00
rxqueue.rs vsock: use pub(crate) for types used only by our binary 2022-10-12 15:17:45 +02:00
thread_backend.rs vsock: use pub(crate) for types used only by our binary 2022-10-12 15:17:45 +02:00
txbuf.rs vsock: use pub(crate) for types used only by our binary 2022-10-12 15:17:45 +02:00
vhu_vsock_thread.rs vsock: use pub(crate) for types used only by our binary 2022-10-12 15:17:45 +02:00
vhu_vsock.rs vsock: use pub(crate) for types used only by our binary 2022-10-12 15:17:45 +02:00
vsock_conn.rs vsock: use pub(crate) for types used only by our binary 2022-10-12 15:17:45 +02:00