#include <XrdPollPoll.hh>
Inheritance diagram for XrdPollPoll:

Public Member Functions | |
| void | Detach (XrdLink *lp) |
| void | Disable (XrdLink *lp, const char *etxt=0) |
| int | Enable (XrdLink *lp) |
| void | Start (XrdSysSemaphore *syncp, int &rc) |
| XrdPollPoll (struct pollfd *pp, int numfd) | |
| ~XrdPollPoll () | |
Protected Member Functions | |
| void | doDetach (int pti) |
| void | Exclude (XrdLink *lp) |
| int | Include (XrdLink *lp) |
Private Member Functions | |
| void | doRequests (int maxreq) |
| void | dqLink (XrdLink *lp) |
| void | LogEvent (int req, int pollfd, int cmdfd) |
| void | Recover (int numleft) |
| void | Restart (int ecode) |
Private Attributes | |
| pollfd * | PollTab |
| int | PollTNum |
| XrdLink * | PollQ |
| XrdSysMutex | PollMutex |
| int | maxent |
Definition at line 21 of file XrdPollPoll.hh.
| XrdPollPoll::XrdPollPoll | ( | struct pollfd * | pp, | |
| int | numfd | |||
| ) |
| XrdPollPoll::~XrdPollPoll | ( | ) |
| void XrdPollPoll::Start | ( | XrdSysSemaphore * | syncp, | |
| int & | rc | |||
| ) | [virtual] |
Implements XrdPoll.
| void XrdPollPoll::doDetach | ( | int | pti | ) | [protected] |
| void XrdPollPoll::doRequests | ( | int | maxreq | ) | [private] |
| void XrdPollPoll::dqLink | ( | XrdLink * | lp | ) | [private] |
| void XrdPollPoll::LogEvent | ( | int | req, | |
| int | pollfd, | |||
| int | cmdfd | |||
| ) | [private] |
| void XrdPollPoll::Recover | ( | int | numleft | ) | [private] |
| void XrdPollPoll::Restart | ( | int | ecode | ) | [private] |
struct pollfd* XrdPollPoll::PollTab [private] |
Definition at line 49 of file XrdPollPoll.hh.
int XrdPollPoll::PollTNum [private] |
Definition at line 50 of file XrdPollPoll.hh.
XrdLink* XrdPollPoll::PollQ [private] |
Definition at line 51 of file XrdPollPoll.hh.
XrdSysMutex XrdPollPoll::PollMutex [private] |
Definition at line 52 of file XrdPollPoll.hh.
int XrdPollPoll::maxent [private] |
Definition at line 53 of file XrdPollPoll.hh.
1.5.1