ROOT
6.06/09
Reference Guide
|
#include "XrdProofdPlatform.h"
#include "XrdProofdXrdVers.h"
#include "XpdSysError.h"
#include "Xrd/XrdBuffer.hh"
#include "XrdOuc/XrdOucErrInfo.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdSec/XrdSecInterface.hh"
#include "XrdSys/XrdSysPlugin.hh"
#include "XrdProofdClient.h"
#include "XrdProofdClientMgr.h"
#include "XrdProofdManager.h"
#include "XrdProofdProtocol.h"
#include "XrdProofGroup.h"
#include "XrdProofdProofServ.h"
#include "XrdProofdProofServMgr.h"
#include "XrdROOT.h"
#include "XrdProofdTrace.h"
Go to the source code of this file.
Macros | |
#define | XPD_LOG_01 SYS_LOG_01 |
Typedefs | |
typedef XrdSecService *(* | XrdSecServLoader_t) (XrdSysLogger *, const char *cfn) |
Functions | |
void * | XrdProofdClientCron (void *p) |
This is an endless loop to check the system periodically or when triggered via a message in a dedicated pipe. More... | |
Variables | |
static XpdManagerCron_t | fManagerCron |
#define XPD_LOG_01 SYS_LOG_01 |
Definition at line 27 of file XrdProofdClientMgr.cxx.
typedef XrdSecService*(* XrdSecServLoader_t) (XrdSysLogger *, const char *cfn) |
Definition at line 56 of file XrdProofdClientMgr.cxx.
This is an endless loop to check the system periodically or when triggered via a message in a dedicated pipe.
Definition at line 68 of file XrdProofdClientMgr.cxx.
Referenced by XrdProofdClientMgr::Config().
|
static |
Definition at line 53 of file XrdProofdClientMgr.cxx.