#include <unistd.h>#include <ctype.h>#include <pwd.h>#include <string.h>#include <stdio.h>#include <sys/param.h>#include <sys/resource.h>#include <sys/types.h>#include <sys/stat.h>#include "Xrd/XrdBuffer.hh"#include "Xrd/XrdConfig.hh"#include "Xrd/XrdInet.hh"#include "Xrd/XrdLink.hh"#include "Xrd/XrdPoll.hh"#include "Xrd/XrdProtLoad.hh"#include "Xrd/XrdScheduler.hh"#include "Xrd/XrdStats.hh"#include "Xrd/XrdTrace.hh"#include "Xrd/XrdInfo.hh"#include "XrdNet/XrdNetDNS.hh"#include "XrdNet/XrdNetSecurity.hh"#include "XrdOuc/XrdOuca2x.hh"#include "XrdOuc/XrdOucEnv.hh"#include "XrdOuc/XrdOucStream.hh"#include "XrdOuc/XrdOucUtils.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysLogger.hh"#include "XrdSys/XrdSysTimer.hh"Go to the source code of this file.
Classes | |
| class | XrdConfigProt |
| class | XrdLogWorker |
Defines | |
| #define | TS_Xeq(x, m) if (!strcmp(x,var)) return m(eDest, Config); |
| #define | S_IAMB 0x1FF |
Variables | |
| const char * | XrdConfigCVSID = "$Id: XrdConfig.cc 38011 2011-02-08 18:35:57Z ganis $" |
| XrdBuffManager | XrdBuffPool |
| int | XrdNetTCPlep = -1 |
| XrdInet * | XrdNetTCP [XrdProtLoad::ProtoMax+1] = {0} |
| XrdInet * | XrdNetADM |
| XrdScheduler | XrdSched |
| XrdSysError | XrdLog |
| XrdSysLogger | XrdLogger |
| XrdSysThread * | XrdThread |
| XrdOucTrace | XrdTrace |
| #define S_IAMB 0x1FF |
Definition at line 91 of file XrdConfig.cc.
Referenced by XrdOfs::chmod(), XrdSfsNative::chmod(), XrdOfsPoscq::Init(), XrdSfsNative::mkdir(), XrdOfs::mkdir(), XrdOfsEvs::Notify(), XrdSfsNativeFile::open(), XrdOfsFile::open(), XrdFrmAdmin::Reloc(), and XrdOssSys::Reloc().
Definition at line 88 of file XrdConfig.cc.
Referenced by XrdXrootdProtocol::Config(), XrdBwm::ConfigXeq(), XrdAccConfig::ConfigXeq(), XrdPssSys::ConfigXeq(), XrdOssSys::ConfigXeq(), XrdConfig::ConfigXeq(), XrdSecServer::ConfigXeq(), XrdCmsConfig::ConfigXeq(), XrdCmsClientConfig::ConfigXeq(), and XrdOfs::ConfigXeq().
Definition at line 66 of file XrdConfig.cc.
Referenced by XrdConfig::Setup(), XrdStats::Stats(), XrdConfig::xbuf(), and XrdConfig::XrdConfig().
| const char* XrdConfigCVSID = "$Id: XrdConfig.cc 38011 2011-02-08 18:35:57Z ganis $" |
Definition at line 13 of file XrdConfig.cc.
| XrdSysError XrdLog |
| XrdInet* XrdNetTCP[XrdProtLoad::ProtoMax+1] = {0} |
Definition at line 69 of file XrdConfig.cc.
Referenced by XrdLink::Alloc(), main(), mainAccept(), XrdOucAppleBonjour::RegisterService(), XrdOucAvahiBonjour::RegisterService(), and XrdConfig::Setup().
| int XrdNetTCPlep = -1 |
Definition at line 80 of file XrdMain.cc.
Referenced by XrdStatsJob::DoIt(), XrdLogWorker::DoIt(), XrdLink::DoIt(), XrdLinkScan::idleScan(), mainAccept(), mainAdmin(), XrdStats::Report(), XrdLink::Setup(), XrdConfig::Setup(), XrdStats::Stats(), XrdConfig::XrdConfig(), XrdLogWorker::XrdLogWorker(), XrdStatsJob::XrdStatsJob(), and XrdConfig::xsched().
| XrdOucTrace XrdTrace |
1.5.1