| 648 | // { fd,events,revents } |
| 649 | struct stPollItem_t ; |
| 650 | struct stPoll_t : public stTimeoutItem_t |
| 651 | { |
| 652 | struct pollfd *fds; |
| 653 | nfds_t nfds; // typedef unsigned long int nfds_t; |
| 654 | |
| 655 | stPollItem_t *pPollItems; |
| 656 | |
| 657 | int iAllEventDetach; |
| 658 | |
| 659 | int iEpollFd; |
| 660 | |
| 661 | int iRaiseCnt; |
| 662 | |
| 663 | |
| 664 | }; |
| 665 | struct stPollItem_t : public stTimeoutItem_t |
| 666 | { |
| 667 | struct pollfd *pSelf; |
nothing calls this directly
no outgoing calls
no test coverage detected