|
RADPx-OS Kernel (Radical Posix OS)
Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
|
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. | |
POSIX-style poll descriptor used by RADPx-OS userland.