Skip to content

Commit d667a2a

Browse files
authored
Merge pull request #993 from lrh2000/poll-result
Export `PollResult`
2 parents 9cc0657 + 336e7e5 commit d667a2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/iface/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ mod packet;
1818

1919
#[cfg(feature = "multicast")]
2020
pub use self::interface::multicast::MulticastError;
21-
pub use self::interface::{Config, Interface, InterfaceInner as Context};
21+
pub use self::interface::{
22+
Config, Interface, InterfaceInner as Context, PollIngressSingleResult, PollResult,
23+
};
2224

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

0 commit comments

Comments
 (0)