ROOT 6.10/09 Reference Guide |
#include "XrdProofdPlatform.h"
#include "XrdProofdManager.h"
#include "XrdVersion.hh"
#include "Xrd/XrdProtocol.hh"
#include "XrdOuc/XrdOucEnv.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdSys/XrdSysPriv.hh"
#include "XpdSysPlugin.h"
#include "XpdSysTimer.h"
#include "XpdSysDNS.h"
#include "XrdProofdAdmin.h"
#include "XrdProofdClient.h"
#include "XrdProofdClientMgr.h"
#include "XrdProofdConfig.h"
#include "XrdProofdNetMgr.h"
#include "XrdProofdPriorityMgr.h"
#include "XrdProofdProofServMgr.h"
#include "XrdProofdProtocol.h"
#include "XrdProofGroup.h"
#include "XrdProofSched.h"
#include "XrdProofdProofServ.h"
#include "XrdProofWorker.h"
#include "XrdROOT.h"
#include "rpdconn.h"
#include "XrdProofdTrace.h"
#include <grp.h>
#include <unistd.h>
Typedefs | |
typedef XrdProtocol *(* | XrdProtocolLoader_t) (const char *, char *, XrdProtocol_Config *) |
Functions | |
static int | FillKeyValues (const char *k, int *d, void *s) |
Add the key value in the string passed via the void argument. More... | |
static int | RemoveInvalidUsers (const char *k, int *, void *s) |
Add the key value in the string passed via the void argument. More... | |
void * | XrdProofdManagerCron (void *p) |
This is an endless loop to periodically check the system. More... | |
typedef XrdProtocol*(* XrdProtocolLoader_t) (const char *, char *, XrdProtocol_Config *) |
Definition at line 67 of file XrdProofdManager.cxx.
|
static |
Add the key value in the string passed via the void argument.
Definition at line 819 of file XrdProofdManager.cxx.
|
static |
Add the key value in the string passed via the void argument.
Definition at line 847 of file XrdProofdManager.cxx.
This is an endless loop to periodically check the system.
Definition at line 174 of file XrdProofdManager.cxx.