EPoll_Data
Epoll data call structure
Declaration
Source position: linux.pp line 272
Type
EPoll\_Data = record
case Integer of
0: (
  ptr : pointer;
);
1: (
  fd : cint;
);
2: (
  u32 : cuint;
);
3: (
  u64 : cuint64;
);
end
Description
Data structure used in EPOLL IOCTL call.