xrootd
|
Classes | |
struct | statsBuff |
Public Member Functions | |
void | Add (statsBuff *sbP) |
statsBuff * | getBuff () |
void * | Run (XrdMpxXml *xP) |
XrdMpxOut () | |
~XrdMpxOut () | |
Private Attributes | |
XrdSysMutex | myMutex |
XrdSysSemaphore | Ready |
statsBuff * | inQ |
statsBuff * | Free |
XrdMpxOut::XrdMpxOut | ( | ) | [inline] |
XrdMpxOut::~XrdMpxOut | ( | ) | [inline] |
void XrdMpxOut::Add | ( | statsBuff * | sbP | ) |
References XrdMpxOut::statsBuff::Next.
Referenced by main().
XrdMpxOut::statsBuff * XrdMpxOut::getBuff | ( | ) |
References XrdMpxOut::statsBuff::Next.
Referenced by main().
void * XrdMpxOut::Run | ( | XrdMpxXml * | xP | ) |
References XrdMpx::addSender, XrdMpxXml::Format(), XrdNetDNS::getHostName(), XrdMpxOut::statsBuff::Next, XrdMpx::Opts, STDOUT_FILENO, and write().
Referenced by mainOutput().
statsBuff* XrdMpxOut::Free [private] |
statsBuff* XrdMpxOut::inQ [private] |
XrdSysMutex XrdMpxOut::myMutex [private] |
XrdSysSemaphore XrdMpxOut::Ready [private] |