DPDK
23.07.0
|
#include <rte_epoll.h>
Data Fields | |
uint32_t | status |
int | fd |
int | epfd |
interrupt epoll event obj, taken by epoll_event.ptr
Definition at line 40 of file rte_epoll.h.
uint32_t status |
OUT: event status
Definition at line 41 of file rte_epoll.h.
int fd |
OUT: event fd
Definition at line 42 of file rte_epoll.h.
int epfd |
OUT: epoll instance the ev associated with
Definition at line 43 of file rte_epoll.h.