Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
XrdProofdPriorityMgr.cxx File Reference
#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"
Include dependency graph for XrdProofdPriorityMgr.cxx:

Classes

struct  XpdCreateActiveList_t
 

Functions

static int CreateActiveList (const char *, XrdProofdSessionEntry *e, void *s)
 Run thorugh entries to create the sorted list of active entries.
 
static int DumpPriorityChanges (const char *, XrdProofdPriority *p, void *s)
 Reset the priority on entries.
 
static int ResetEntryPriority (const char *, XrdProofdSessionEntry *e, void *)
 Reset the priority on entries.
 
void * XrdProofdPriorityCron (void *p)
 This is an endless loop to periodically check the system.
 

Function Documentation

◆ CreateActiveList()

static int CreateActiveList ( const char *  ,
XrdProofdSessionEntry e,
void *  s 
)
static

Run thorugh entries to create the sorted list of active entries.

Definition at line 274 of file XrdProofdPriorityMgr.cxx.

◆ DumpPriorityChanges()

static int DumpPriorityChanges ( const char *  ,
XrdProofdPriority p,
void *  s 
)
static

Reset the priority on entries.

Definition at line 144 of file XrdProofdPriorityMgr.cxx.

◆ ResetEntryPriority()

static int ResetEntryPriority ( const char *  ,
XrdProofdSessionEntry e,
void *   
)
static

Reset the priority on entries.

Definition at line 259 of file XrdProofdPriorityMgr.cxx.

◆ XrdProofdPriorityCron()

void * XrdProofdPriorityCron ( void *  p)

This is an endless loop to periodically check the system.

Definition at line 51 of file XrdProofdPriorityMgr.cxx.