The Pedigree Project 0.1
Public Attributes | List of all members
LinuxEpollEvent Struct Reference

#include <epoll-syscalls.h>

+ Collaboration diagram for LinuxEpollEvent:

Public Attributes

uint32_t events
 
uint64_t data
 

Detailed Description

The packed event layout used by the Linux x86-64 syscall ABI.

Definition at line 17 of file epoll-syscalls.h.

Member Data Documentation

◆ data

uint64_t LinuxEpollEvent::data

Definition at line 19 of file epoll-syscalls.h.

◆ events

uint32_t LinuxEpollEvent::events

Definition at line 18 of file epoll-syscalls.h.


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