Unit 'Linux' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

EPoll_Event

Structure used in epoll_ctl call.

Declaration

Source position: linux.pp line 283

type EPoll_Event = packed record

  Events: cuint32;

  

Events to monitor

  Data: TEPoll_Data;

  

User data

end;


Documentation generated on: Sep 29 2022