PatchworkOS  c9fea19
A non-POSIX operating system.
Loading...
Searching...
No Matches
pollfd_t Struct Reference

Poll file descriptor structure. More...

#include <io.h>

Collaboration diagram for pollfd_t:

Data Fields

fd_t fd
 The file descriptor to poll.
 
poll_events_t events
 The events to wait for.
 
poll_events_t revents
 The events that occurred.
 

Detailed Description

Poll file descriptor structure.

Definition at line 275 of file io.h.

Field Documentation

◆ fd

fd_t pollfd_t::fd

The file descriptor to poll.

Definition at line 277 of file io.h.

◆ events

poll_events_t pollfd_t::events

The events to wait for.

Definition at line 278 of file io.h.

◆ revents

poll_events_t pollfd_t::revents

The events that occurred.

Definition at line 279 of file io.h.


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