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
Structure used in epoll_ctl call.
Source position: linux.pp line 283
Type
EPoll\_Event = packed record
Events : cuint32;
Data : TEPoll\_Data;
end