xrootd
|
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include "XrdNet/XrdNetDNS.hh"
#include "XrdNet/XrdNetOpts.hh"
#include "XrdNet/XrdNetSocket.hh"
#include "XrdOuc/XrdOucTokenizer.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysLogger.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysPlatform.hh"
#include "XrdSys/XrdSysPthread.hh"
Classes | |
class | XrdMpxVar |
class | XrdMpxXml |
struct | XrdMpxXml::VarInfo |
class | XrdMpxOut |
struct | XrdMpxOut::statsBuff |
Namespaces | |
namespace | XrdMpx |
Functions | |
void * | mainOutput (void *parg) |
void | Usage (int rc) |
int | main (int argc, char *argv[]) |
Variables | |
const char * | XrdMpxStatsCVSID = "$Id$" |
XrdSysLogger | XrdMpx::Logger |
static const int | XrdMpx::addSender = 0x0001 |
int | XrdMpx::Opts |
int | XrdMpx::Debug |
XrdMpxOut | XrdMpx::statsQ |
int main | ( | int | argc, |
char * | argv[] | ||
) |
References XrdMpxOut::Add(), XrdMpx::addSender, XrdMpxOut::statsBuff::Data, XrdMpx::Debug, XrdNetSocket::Detach(), XrdMpxOut::statsBuff::Dlen, XrdMpxXml::fmtCGI, XrdMpxXml::fmtFlat, XrdMpxXml::fmtXML, XrdMpxOut::statsBuff::From, XrdMpxOut::getBuff(), XrdNetSocket::LastError(), mainOutput(), XrdNetSocket::Open(), optarg, XrdMpx::Opts, XrdSysThread::Run(), Say, XrdSysThread::setStackSize(), SOCKLEN_t, XrdMpx::statsQ, Usage(), XRDNET_SERVER, XRDNET_UDPSOCKET, and XRDSYSTHREAD_BIND.
void* mainOutput | ( | void * | parg | ) |
References XrdMpxOut::Run(), and XrdMpx::statsQ.
Referenced by main().
void Usage | ( | int | rc | ) |
const char* XrdMpxStatsCVSID = "$Id$" |