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