Structs§
- Epoll create flags, as used with
epoll_create1
. - Epoll event types and input flags, which are ORed together in the
events
member ofstruct epoll_event
. As explained inepoll_ctl(2)
, some flags represent event types and other flags specify various input wakeup options.
Enums§
- Epoll control operation, as used with
epoll_ctl
.