XRootD
XrdPollArg Struct Reference
+ Collaboration diagram for XrdPollArg:

Public Member Functions

 XrdPollArg ()
 
 ~XrdPollArg ()
 

Public Attributes

XrdPollPoller
 
XrdSysSemaphore PollSync
 
int retcode
 

Detailed Description

Definition at line 97 of file XrdPoll.cc.

Constructor & Destructor Documentation

◆ XrdPollArg()

XrdPollArg::XrdPollArg ( )
inline

Definition at line 102 of file XrdPoll.cc.

102 : PollSync(0, "poll sync") {}
XrdSysSemaphore PollSync
Definition: XrdPoll.cc:100

◆ ~XrdPollArg()

XrdPollArg::~XrdPollArg ( )
inline

Definition at line 103 of file XrdPoll.cc.

103 {}

Member Data Documentation

◆ Poller

XrdPoll* XrdPollArg::Poller

Definition at line 98 of file XrdPoll.cc.

Referenced by XrdPoll::Setup(), and XrdStartPolling().

◆ PollSync

XrdSysSemaphore XrdPollArg::PollSync

Definition at line 100 of file XrdPoll.cc.

Referenced by XrdStartPolling().

◆ retcode

int XrdPollArg::retcode

Definition at line 99 of file XrdPoll.cc.

Referenced by XrdPoll::Setup(), and XrdStartPolling().


The documentation for this struct was generated from the following file: