Structure used in epoll_ctl call.
Source position: linux.pp line 290
type EPoll_Event = packed record
Events: cuint32;
Events to monitor.
Data: TEPoll_Data;
User data.
end;