![]() |
ROOT
6.06/09
Reference Guide
|
#include "XrdProofdPlatform.h"#include "XrdProofdManager.h"#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 dependency graph for XrdProofdManager.cxx:Go to the source code of this file.
Functions | |
| void * | XrdProofdManagerCron (void *p) |
| This is an endless loop to periodically check the system. More... | |
| 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... | |
|
static |
Add the key value in the string passed via the void argument.
Definition at line 767 of file XrdProofdManager.cxx.
Referenced by XrdProofdManager::Config().
|
static |
Add the key value in the string passed via the void argument.
Definition at line 795 of file XrdProofdManager.cxx.
Referenced by XrdProofdManager::Config().
This is an endless loop to periodically check the system.
Definition at line 168 of file XrdProofdManager.cxx.
Referenced by XrdProofdManager::Config().