#include <unistd.h>
#include <ctype.h>
#include <dirent.h>
#include <string.h>
#include <stdio.h>
#include <fcntl.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include "Xrd/XrdInfo.hh"
#include "XrdFrm/XrdFrmConfig.hh"
#include "XrdFrm/XrdFrmMonitor.hh"
#include "XrdFrm/XrdFrmTrace.hh"
#include "XrdFrm/XrdFrmUtils.hh"
#include "XrdNet/XrdNetCmsNotify.hh"
#include "XrdNet/XrdNetDNS.hh"
#include "XrdOss/XrdOss.hh"
#include "XrdOss/XrdOssSpace.hh"
#include "XrdOuc/XrdOuca2x.hh"
#include "XrdOuc/XrdOucEnv.hh"
#include "XrdOuc/XrdOucExport.hh"
#include "XrdOuc/XrdOucMsubs.hh"
#include "XrdOuc/XrdOucName2Name.hh"
#include "XrdOuc/XrdOucProg.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdOuc/XrdOucPList.hh"
#include "XrdOuc/XrdOucTList.hh"
#include "XrdOuc/XrdOucTokenizer.hh"
#include "XrdOuc/XrdOucUtils.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysLogger.hh"
#include "XrdSys/XrdSysPlugin.hh"
#include "XrdSys/XrdSysTimer.hh"
#include "XrdSys/XrdSysPlatform.hh"
#include "XrdSys/XrdSysPthread.hh"
Go to the source code of this file.
Classes | |
class | XrdFrmConfigSE |
Functions | |
void * | XrdFrmConfigMum (void *parg) |
void * | XrdLogWorker (void *parg) |
Variables | |
const char * | XrdFrmConfigCVSID = "$Id: XrdFrmConfig.cc 38011 2011-02-08 18:35:57Z ganis $" |
void* XrdFrmConfigMum | ( | void * | parg | ) |
Definition at line 78 of file XrdFrmConfig.cc.
References XrdFrmConfigSE::BLen, XrdFrmConfigSE::Buff, close, RooFitShortHand::L(), XrdFrmConfigSE::myFD, XrdFrmConfigSE::mySem, n, XrdSysSemaphore::Post(), read, XrdFrmConfigSE::seFD, and STDERR_FILENO.
Referenced by XrdFrmConfig::ConfigMum().
void* XrdLogWorker | ( | void * | parg | ) |
Definition at line 111 of file XrdFrmConfig.cc.
References XrdSysTimer::Midnight(), XrdFrm::Say(), XrdSysError::Say(), XrdSysTimer::Snooze(), and XrdBANNER.
Referenced by XrdConfig::Configure().
const char* XrdFrmConfigCVSID = "$Id: XrdFrmConfig.cc 38011 2011-02-08 18:35:57Z ganis $" |
Definition at line 13 of file XrdFrmConfig.cc.