Skip to content

Commit

Permalink
Add epoll impl
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftSpider committed Nov 21, 2024
1 parent 9dc8e17 commit ff8b9b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shims/unix/linux/epoll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ impl FileDescription for Epoll {
}
}

impl UnixFileDescription for Epoll {}

/// The table of all EpollEventInterest.
/// The BTreeMap key is the FdId of an active file description registered with
/// any epoll instance. The value is a list of EpollEventInterest associated
Expand Down

0 comments on commit ff8b9b7

Please sign in to comment.