ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
XrdProofdManager.cxx File Reference
#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

voidXrdProofdManagerCron (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...
 

Function Documentation

static int FillKeyValues ( const char *  k,
int *  d,
void s 
)
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 int RemoveInvalidUsers ( const char *  k,
int *  ,
void s 
)
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().

void* XrdProofdManagerCron ( void p)

This is an endless loop to periodically check the system.

Definition at line 168 of file XrdProofdManager.cxx.

Referenced by XrdProofdManager::Config().