Update daemon

This commit is contained in:
Jett Chen 2023-12-07 11:45:42 +08:00
parent 48aba8ccb6
commit 60e5d1f8fd
4 changed files with 23 additions and 10 deletions

View file

@ -5,7 +5,7 @@ use tracing::instrument;
#[derive(Debug)]
pub struct TunInterface {
inner: AsyncFd<crate::TunInterface>,
pub inner: AsyncFd<crate::TunInterface>,
}
impl TunInterface {