epoll_event_t
sizeof (epoll_event_t) : sizeof (pollfd_t);
epoll_event_t *epoll;
epoll = (epoll_event_t *)dpbuf;
epoll_event_t *ep = &epoll[fdcnt];