PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
poll_file_t Struct Reference

Structure for polling multiple files. More...

#include <file.h>

Collaboration diagram for poll_file_t:

Data Fields

file_tfile
 
poll_events_t events
 
poll_events_t revents
 

Detailed Description

Structure for polling multiple files.

Definition at line 70 of file file.h.

Field Documentation

◆ file

file_t* poll_file_t::file

Definition at line 72 of file file.h.

◆ events

poll_events_t poll_file_t::events

Definition at line 73 of file file.h.

◆ revents

poll_events_t poll_file_t::revents

Definition at line 74 of file file.h.


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