The OpenD Programming Language

EPOLL_CTL_ADD

Valid opcodes ( "op" parameter ) to issue to epoll_ctl().

Values

ValueMeaning
EPOLL_CTL_ADD1

Add a file descriptor to the interface.

EPOLL_CTL_DEL2

Remove a file descriptor from the interface.

EPOLL_CTL_MOD3

Change file descriptor epoll_event structure.

Meta