ROOT 6.07/09 Reference Guide |
#include "XrdProofdPlatform.h"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdSys/XrdSysPriv.hh"
#include "XrdProofdAux.h"
#include "XrdProofdManager.h"
#include "XrdProofdPriorityMgr.h"
#include "XrdProofGroup.h"
#include "XrdProofdTrace.h"
Functions | |
static int | CreateActiveList (const char *, XrdProofdSessionEntry *e, void *s) |
Run thorugh entries to create the sorted list of active entries. More... | |
static int | DumpPriorityChanges (const char *, XrdProofdPriority *p, void *s) |
Reset the priority on entries. More... | |
static int | ResetEntryPriority (const char *, XrdProofdSessionEntry *e, void *) |
Reset the priority on entries. More... | |
void * | XrdProofdPriorityCron (void *p) |
This is an endless loop to periodically check the system. More... | |
|
static |
Run thorugh entries to create the sorted list of active entries.
Definition at line 274 of file XrdProofdPriorityMgr.cxx.
|
static |
Reset the priority on entries.
Definition at line 144 of file XrdProofdPriorityMgr.cxx.
|
static |
Reset the priority on entries.
Definition at line 259 of file XrdProofdPriorityMgr.cxx.
This is an endless loop to periodically check the system.
Definition at line 51 of file XrdProofdPriorityMgr.cxx.