Definition at line 130 of file XrdPoll.hh.
Public Types | |
| enum | cmd { EnFD , DiFD , RmFD , Post } |
Public Attributes | ||
| union { | ||
| struct { | ||
| int ent | ||
| int fd | ||
| } Arg | ||
| XrdSysSemaphore * theSem | ||
| } | Parms | |
| cmd | req | |
#include </github/home/ROOT-CI/src/proof/xrdinc/Xrd/XrdPoll.hh>
| Enumerator | |
|---|---|
| EnFD | |
| DiFD | |
| RmFD | |
| Post | |
Definition at line 134 of file XrdPoll.hh.
| struct { ... } XrdPoll::PipeData::Arg |
| int XrdPoll::PipeData::ent |
Definition at line 132 of file XrdPoll.hh.
| int XrdPoll::PipeData::fd |
Definition at line 131 of file XrdPoll.hh.
| union { ... } XrdPoll::PipeData::Parms |
| cmd XrdPoll::PipeData::req |
Definition at line 135 of file XrdPoll.hh.
| XrdSysSemaphore* XrdPoll::PipeData::theSem |
Definition at line 130 of file XrdPoll.hh.