rust-vmm / vhost-user-backend

Deprecated repository, code now lives in: https://github.com/rust-vmm/vhost/
Apache License 2.0
18 stars 16 forks source link

Implement AsRawFd for VringEpollHandler #58

Closed sboeuf closed 2 years ago

sboeuf commented 2 years ago

In order to let the consumer of the crate access directly the file descriptor related to the VringEpollHandler, we implement the AsRawFd trait.

Signed-off-by: Sebastien Boeuf sebastien.boeuf@intel.com