ROOT  6.06/09
Reference Guide
Classes | Macros | Typedefs
XrdProofdProofServMgr.h File Reference
#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)
 

Macro Definition Documentation

#define PSMCNTOK (   t)    (t >= 0 && t < PSMMAXCNTS)
#define PSMMAXCNTS   3

Typedef Documentation

typedef int(* XrdSecCredsSaver_t) (XrdSecCredentials *, const char *fn, const XrdProofUI &ui)

Definition at line 54 of file XrdProofdProofServMgr.h.