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