mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
Use Pollee
as the socket observer
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
fa76afb3a9
commit
1716f4f324
@ -2,9 +2,7 @@
|
||||
|
||||
mod addr;
|
||||
mod common;
|
||||
mod datagram;
|
||||
pub mod datagram;
|
||||
pub mod stream;
|
||||
|
||||
use addr::UNSPECIFIED_LOCAL_ENDPOINT;
|
||||
pub use datagram::DatagramSocket;
|
||||
pub use stream::StreamSocket;
|
||||
|
Reference in New Issue
Block a user