Skip to content

EPoll_Event

Structure used in epoll_ctl call.

Declaration

Source position: linux.pp line 283

Type
EPoll\_Event = packed record
  Events : cuint32;
  Data : TEPoll\_Data;
end