|
The Pedigree Project 0.1
|
#include <epoll-syscalls.h>
Collaboration diagram for LinuxEpollEvent:Public Attributes | |
| uint32_t | events |
| uint64_t | data |
The packed event layout used by the Linux x86-64 syscall ABI.
Definition at line 17 of file epoll-syscalls.h.
| uint64_t LinuxEpollEvent::data |
Definition at line 19 of file epoll-syscalls.h.
| uint32_t LinuxEpollEvent::events |
Definition at line 18 of file epoll-syscalls.h.