xrootd
Classes | Namespaces | Functions | Variables
XrdMpxStats.cc File Reference
#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"
Include dependency graph for XrdMpxStats.cc:

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

Function Documentation

int main ( int  argc,
char *  argv[] 
)
void* mainOutput ( void *  parg)

References XrdMpxOut::Run(), and XrdMpx::statsQ.

Referenced by main().

void Usage ( int  rc)

Variable Documentation

const char* XrdMpxStatsCVSID = "$Id$"