mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 08:53:29 +00:00
Move smoltcp-related code to bigtcp
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
9fba9445bd
commit
67d3682116
@ -67,7 +67,7 @@ pub trait IfaceEx {
|
||||
fn poll(&self);
|
||||
}
|
||||
|
||||
impl IfaceEx for dyn Iface<IfaceExt> {
|
||||
impl IfaceEx for Iface {
|
||||
fn name(&self) -> &str {
|
||||
&self.ext().name
|
||||
}
|
||||
|
Reference in New Issue
Block a user