Skip to content

Commit ff8b9b7

Browse files
committed
Add epoll impl
1 parent 9dc8e17 commit ff8b9b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shims/unix/linux/epoll.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ impl FileDescription for Epoll {
158158
}
159159
}
160160

161+
impl UnixFileDescription for Epoll {}
162+
161163
/// The table of all EpollEventInterest.
162164
/// The BTreeMap key is the FdId of an active file description registered with
163165
/// any epoll instance. The value is a list of EpollEventInterest associated

0 commit comments

Comments
 (0)