struct tarpc_epoll_wait_in

struct tarpc_epoll_wait_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int epfd;
    struct tarpc_epoll_event events<>;
    tarpc_int maxevents;
    tarpc_int timeout;
};