GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_poll Struct Reference

An epoll instance. More...

#include <gp_poll.h>

Collaboration diagram for gp_poll:
Collaboration graph
[legend]

Data Fields

gp_dlist fds
 
int ep_fd
 

Detailed Description

An epoll instance.

Definition at line 46 of file gp_poll.h.

Field Documentation

◆ ep_fd

int gp_poll::ep_fd

An epoll file decriptor

Definition at line 50 of file gp_poll.h.

◆ fds

gp_dlist gp_poll::fds

A double linked list of struct gp_fd

Definition at line 48 of file gp_poll.h.

Referenced by gp_poll_fds().


The documentation for this struct was generated from the following file: