struct tarpc_rte_epoll_event

struct tarpc_rte_epoll_event {
    // fields

    uint32_t status;
    int fd;
    int epfd;
    struct tarpc_rte_epoll_data epdata;
};