misc: vhost_user_net: drop extern crate, use modern rust
This commit is part of a series of similar commits. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
parent
1f70e20c17
commit
adb7cfd72c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ use std::sync::{Arc, Mutex, RwLock};
|
|||
use std::{io, process};
|
||||
|
||||
use libc::EFD_NONBLOCK;
|
||||
use log::*;
|
||||
use log::error;
|
||||
use net_util::{
|
||||
MacAddr, NetCounters, NetQueuePair, OpenTapError, RxVirtio, Tap, TxVirtio, open_tap,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue