struct tarpc_rte_epoll_wait_in

struct tarpc_rte_epoll_wait_in {
    // fields

    struct tarpc_in_arg common;
    int epfd;
    tarpc_rte_epoll_event events;
    int maxevents;
    int timeout;
};