#include <list>
#include "XrdSys/XrdSysPthread.hh"
#include "XrdOuc/XrdOucHash.hh"
#include "XrdOuc/XrdOucString.hh"
#include "XrdProofdConfig.h"
#include "XrdProofdProofServ.h"
Go to the source code of this file.
Classes | |
struct | ProofServEnv_t |
class | XpdClientSessions |
class | XrdProofSessionInfo |
class | XpdEnv |
class | XrdProofdProofServMgr |
class | XpdSrvMgrCreateCnt |
class | XpdSrvMgrCreateGuard |
Defines | |
#define | PSMMAXCNTS 3 |
#define | PSMCNTOK(t) (t >= 0 && t < PSMMAXCNTS) |
Definition at line 47 of file XrdProofdProofServMgr.h.
Referenced by XrdProofdProofServMgr::CheckCounter(), XrdProofdProofServMgr::UpdateCounter(), XpdSrvMgrCreateCnt::XpdSrvMgrCreateCnt(), and XpdSrvMgrCreateCnt::~XpdSrvMgrCreateCnt().
#define PSMMAXCNTS 3 |
Definition at line 46 of file XrdProofdProofServMgr.h.
Referenced by XrdProofdProofServMgr::XrdProofdProofServMgr().