Logo ROOT   6.12/07
Reference Guide
Typedefs | Functions
XrdProofdManager.cxx File Reference
#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>
Include dependency graph for XrdProofdManager.cxx:

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...
 
voidXrdProofdManagerCron (void *p)
 This is an endless loop to periodically check the system. More...
 

Typedef Documentation

◆ XrdProtocolLoader_t

typedef XrdProtocol*(* XrdProtocolLoader_t) (const char *, char *, XrdProtocol_Config *)

Definition at line 67 of file XrdProofdManager.cxx.

Function Documentation

◆ FillKeyValues()

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 819 of file XrdProofdManager.cxx.

◆ RemoveInvalidUsers()

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 847 of file XrdProofdManager.cxx.

◆ XrdProofdManagerCron()

void* XrdProofdManagerCron ( void p)

This is an endless loop to periodically check the system.

Definition at line 174 of file XrdProofdManager.cxx.