RADPx-OS Kernel (Radical Posix OS)  Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
rad_pollfd Struct Reference

POSIX-style poll descriptor used by RADPx-OS userland. More...

#include <radkernel.h>

Public Attributes

int32_t fd
 File descriptor.
 
int16_t events
 Requested RAD_POLL* event mask.
 
int16_t revents
 Returned RAD_POLL* event mask.
 

Detailed Description

POSIX-style poll descriptor used by RADPx-OS userland.


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