[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Linux' (#rtl)

EPoll_Event

Structure used in epoll_ctl call.

Declaration

Source position: linux.pp line 236

type EPoll_Event = record

  Events: cuint32;

  

Events to monitor

  Data: TEPoll_Data;

  

User data

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.