|
XRootD
|
#include <cstdio>#include <unistd.h>#include <sys/types.h>#include <sys/uio.h>#include "XrdApps/XrdMpxXml.hh"#include "XrdNet/XrdNetAddr.hh"#include "XrdNet/XrdNetOpts.hh"#include "XrdNet/XrdNetSocket.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysLogger.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysPlatform.hh"#include "XrdSys/XrdSysPthread.hh"
Include dependency graph for XrdMpxStats.cc:Go to the source code of this file.
Classes | |
| struct | XrdMpxOut::statsBuff |
| class | XrdMpxOut |
Namespaces | |
| namespace | XrdMpx |
Functions | |
| int | main (int argc, char *argv[]) |
| void * | mainOutput (void *parg) |
| void | Usage (int rc) |
Variables | |
| static const int | XrdMpx::addSender = 0x0001 |
| XrdSysLogger | XrdMpx::Logger |
| int | XrdMpx::Opts |
| XrdMpxOut | XrdMpx::statsQ |
| struct XrdMpxOut::statsBuff |
Definition at line 71 of file XrdMpxStats.cc.
Collaboration diagram for XrdMpxOut::statsBuff:| Class Members | ||
|---|---|---|
| char | Data[8190] | |
| int | Dlen | |
| XrdNetSockAddr | From | |
| statsBuff * | Next | |
| char | Pad[2] | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 209 of file XrdMpxStats.cc.
References XrdMpxOut::Add(), XrdNetSockAddr::Addr, XrdMpx::addSender, XrdMpxOut::statsBuff::Data, Debug, XrdNetSocket::Detach(), XrdMpxOut::statsBuff::Dlen, XrdMpxXml::fmtCGI, XrdMpxXml::fmtFlat, XrdMpxXml::fmtXML, XrdMpxOut::statsBuff::From, XrdMpxOut::getBuff(), XrdNetSocket::LastError(), mainOutput(), XrdNetSocket::Open(), optopt, XrdMpx::Opts, XrdSysThread::Run(), Say, XrdSysThread::setStackSize(), SOCKLEN_t, XrdMpx::statsQ, Usage(), XRDNET_SERVER, XRDNET_UDPSOCKET, and XRDSYSTHREAD_BIND.
Here is the call graph for this function:| void * mainOutput | ( | void * | parg | ) |
Definition at line 189 of file XrdMpxStats.cc.
References XrdMpxOut::Run(), and XrdMpx::statsQ.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void Usage | ( | int | rc | ) |
Definition at line 199 of file XrdMpxStats.cc.
Referenced by main().
Here is the caller graph for this function: