Skip to content

Commit

Permalink
Merge pull request #993 from lrh2000/poll-result
Browse files Browse the repository at this point in the history
Export `PollResult`
  • Loading branch information
Dirbaio authored Sep 19, 2024
2 parents 9cc0657 + 336e7e5 commit d667a2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/iface/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ mod packet;

#[cfg(feature = "multicast")]
pub use self::interface::multicast::MulticastError;
pub use self::interface::{Config, Interface, InterfaceInner as Context};
pub use self::interface::{
Config, Interface, InterfaceInner as Context, PollIngressSingleResult, PollResult,
};

pub use self::route::{Route, RouteTableFull, Routes};
pub use self::socket_set::{SocketHandle, SocketSet, SocketStorage};

0 comments on commit d667a2a

Please sign in to comment.