![]() |
ROOT
6.06/09
Reference Guide
|
#include <list>#include <map>#include "XpdSysPthread.h"#include "XrdProofdXrdVers.h"#include <sys/types.h>#include <sys/socket.h>#include "XrdNet/XrdNetPeer.hh"#include "XrdOuc/XrdOucHash.hh"#include "XrdOuc/XrdOucString.hh"#include "XrdProofdConfig.h"#include "XrdProofdProofServ.h"
Include dependency graph for XrdProofdProofServMgr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ProofServEnv_t |
| class | XpdClientSessions |
| class | XrdProofSessionInfo |
| class | XpdEnv |
| class | XrdProofdProofServMgr |
| class | XpdSrvMgrCreateCnt |
| class | XpdSrvMgrCreateGuard |
Macros | |
| #define | PSMMAXCNTS 3 |
| #define | PSMCNTOK(t) (t >= 0 && t < PSMMAXCNTS) |
Typedefs | |
| typedef int(* | XrdSecCredsSaver_t) (XrdSecCredentials *, const char *fn, const XrdProofUI &ui) |
| #define PSMCNTOK | ( | t | ) | (t >= 0 && t < PSMMAXCNTS) |
Definition at line 51 of file XrdProofdProofServMgr.h.
Referenced by XrdProofdProofServMgr::CheckCounter(), XrdProofdProofServMgr::UpdateCounter(), XpdSrvMgrCreateCnt::XpdSrvMgrCreateCnt(), and XpdSrvMgrCreateCnt::~XpdSrvMgrCreateCnt().
| #define PSMMAXCNTS 3 |
Definition at line 50 of file XrdProofdProofServMgr.h.
Referenced by XrdProofdProofServMgr::XrdProofdProofServMgr().
| typedef int(* XrdSecCredsSaver_t) (XrdSecCredentials *, const char *fn, const XrdProofUI &ui) |
Definition at line 54 of file XrdProofdProofServMgr.h.