Rizin
unix-like reverse engineering framework and cli tools
|
#include <os390-syscalls.h>
Public Attributes | |
int | events |
int | fd |
int | is_msg |
Definition at line 40 of file os390-syscalls.h.
int epoll_event::events |
Definition at line 41 of file os390-syscalls.h.
Referenced by epoll_wait(), uv__io_poll(), and uv__platform_invalidate_fd().
int epoll_event::fd |
Definition at line 42 of file os390-syscalls.h.
Referenced by epoll_wait(), and uv__io_poll().
int epoll_event::is_msg |
Definition at line 43 of file os390-syscalls.h.
Referenced by epoll_wait(), and uv__io_poll().