|
XRootD
|
#include <XrdSysIOEvents.hh>
Collaboration diagram for XrdSys::IOEvents::Poller::PipeData:Public Types | |
| enum | cmd { NoOp = 0 , MdFD = 1 , Post = 2 , MiFD = 3 , RmFD = 4 , Stop = 5 } |
Public Member Functions | |
| PipeData (char reQ=0, char evT=0, short enT=0, int fD=0, XrdSysSemaphore *sP=0) | |
| ~PipeData () | |
Public Attributes | |
| short | ent |
| char | evt |
| int | fd |
| char | req |
| XrdSysSemaphore * | theSem |
Definition at line 496 of file XrdSysIOEvents.hh.
|
inline |
Definition at line 500 of file XrdSysIOEvents.hh.
|
inline |
Definition at line 504 of file XrdSysIOEvents.hh.
| short XrdSys::IOEvents::Poller::PipeData::ent |
Definition at line 496 of file XrdSysIOEvents.hh.
Referenced by PipeData().
| char XrdSys::IOEvents::Poller::PipeData::evt |
Definition at line 496 of file XrdSysIOEvents.hh.
Referenced by PipeData().
| int XrdSys::IOEvents::Poller::PipeData::fd |
Definition at line 496 of file XrdSysIOEvents.hh.
Referenced by PipeData(), XrdSys::IOEvents::PollE::Exclude(), XrdSys::IOEvents::PollKQ::Exclude(), and XrdSys::IOEvents::PollPort::Exclude().
| char XrdSys::IOEvents::Poller::PipeData::req |
Definition at line 496 of file XrdSysIOEvents.hh.
Referenced by PipeData(), XrdSys::IOEvents::PollE::Exclude(), XrdSys::IOEvents::PollKQ::Exclude(), XrdSys::IOEvents::PollPort::Exclude(), XrdSys::IOEvents::Poller::SendCmd(), and XrdSys::IOEvents::Poller::Stop().
| XrdSysSemaphore* XrdSys::IOEvents::Poller::PipeData::theSem |
Definition at line 497 of file XrdSysIOEvents.hh.
Referenced by PipeData(), and XrdSys::IOEvents::Poller::SendCmd().