Unit 'Linux' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

EPoll_Data

Epoll data call structure.

Declaration

Source position: linux.pp line 272

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.


Documentation generated on: Jul 24 2023