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

Poll file descriptor structure. More...

#include <fs.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 304 of file fs.h.

Field Documentation

◆ fd

fd_t pollfd_t::fd

The file descriptor to poll.

Definition at line 306 of file fs.h.

◆ events

poll_events_t pollfd_t::events

The events to wait for.

Definition at line 307 of file fs.h.

◆ revents

poll_events_t pollfd_t::revents

The events that occurred.

Definition at line 308 of file fs.h.


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