TunInterfaceOptions -> TunOptions

This commit is contained in:
dav 2023-06-28 12:23:33 -07:00 committed by David Zhong
parent f20f56062c
commit d3882bd008
6 changed files with 13 additions and 13 deletions

View file

@ -3,7 +3,7 @@ use std::{
os::fd::{AsRawFd, FromRawFd, IntoRawFd, RawFd},
};
use super::TunInterfaceOptions;
use super::TunOptions;
mod queue;