#include <malloc.h>
#include <stdio.h>
#include <sys/time.h>
#include <sys/resource.h>
#include "XrdVersion.hh"
#include "Xrd/XrdBuffer.hh"
#include "Xrd/XrdJob.hh"
#include "Xrd/XrdLink.hh"
#include "Xrd/XrdPoll.hh"
#include "Xrd/XrdProtLoad.hh"
#include "Xrd/XrdScheduler.hh"
#include "Xrd/XrdStats.hh"
#include "XrdNet/XrdNetMsg.hh"
#include "XrdSys/XrdSysPlatform.hh"
#include "XrdSys/XrdSysTimer.hh"
Go to the source code of this file.
Classes | |
class | XrdStatsJob |
Variables | |
const char * | XrdStatsCVSID = "$Id: XrdStats.cc 34000 2010-06-21 06:49:56Z ganis $" |
XrdBuffManager | XrdBuffPool |
XrdScheduler | XrdSched |
Definition at line 66 of file XrdConfig.cc.
Referenced by XrdConfig::Setup(), XrdStats::Stats(), XrdConfig::xbuf(), and XrdConfig::XrdConfig().
Definition at line 80 of file XrdMain.cc.
const char* XrdStatsCVSID = "$Id: XrdStats.cc 34000 2010-06-21 06:49:56Z ganis $" |
Definition at line 13 of file XrdStats.cc.