help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

EPoll_Data

Epoll data call structure

Declaration

Source position: linux.pp line 172

type EPoll_Data = record

  case Integer of

    0: (

        ptr: pointer;

  

Pointer to data

      );

    1: (

        fd: cint;

  

File descriptor

      );

    2: (

        u32: cuint;

  

Unsigned 32-bit integer

      );

    3: (

        u64: cuint64;

  

Unsigned 64-bit integer

      );

end;

Description

Data structure used in EPOLL IOCTL call.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505