Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
XrdProofdProofServ Class Reference

Definition at line 110 of file XrdProofdProofServ.h.

Public Member Functions

 XrdProofdProofServ ()
 Constructor.
 
 ~XrdProofdProofServ ()
 Destructor.
 
void AddWorker (const char *o, XrdProofWorker *w)
 Add a worker assigned to this session with label 'o'.
 
const char * AdminPath () const
 
const char * Alias () const
 
void Broadcast (const char *msg, int type=kXPD_srvmsg)
 Broadcast message 'msg' at 'type' to the attached clients.
 
int BroadcastPriority (int priority)
 Broadcast a new group priority value to the worker servers.
 
int CheckSession (bool oldvers, bool isrec, int shutopt, int shutdel, bool changeown, int &nc)
 Calculate the effective number of users on this session nodes and communicate it to the master together with the total number of sessions and the number of active sessions.
 
const char * Client () const
 
int CreateUNIXSock (XrdSysError *edest)
 Create UNIX socket for internal connections.
 
XrdProofQueryCurrentQuery ()
 
void DeleteStartMsg ()
 
void DeleteUNIXSock ()
 Delete the current UNIX socket.
 
int DisconnectTime ()
 Return the time (in secs) all clients have been disconnected.
 
void DumpQueries ()
 Export the assigned workers in the format understood by proofserv.
 
int Enqueue (XrdProofQuery *q)
 
void ExportBuf (XrdOucString &buf)
 Fill buf with relevant info about this session.
 
void ExportWorkers (XrdOucString &wrks)
 Export the assigned workers in the format understood by proofserv.
 
const char * Fileout () const
 
int FreeClientID (int pid)
 Free instance corresponding to protocol connecting process 'pid'.
 
XrdClientIDGetClientID (int cid)
 Get instance corresponding to cid.
 
int GetNClients (bool check)
 Get the number of connected clients.
 
XrdProofQueryGetQuery (const char *tag)
 Get query with tag form the list of queries.
 
const char * Group () const
 
short int ID () const
 
int IdleTime ()
 Return the time (in secs) the session has been idle.
 
bool IsPLite () const
 
bool IsShutdown () const
 
bool IsValid () const
 
bool Match (short int id) const
 
const char * Ordinal () const
 
XrdClientIDParent () const
 
void PingSem () const
 
int PLiteNWrks () const
 
XrdProofdProtocolProtocol () const
 
std::list< XrdProofQuery * > * Queries () const
 
void RemoveQuery (const char *tag)
 remove query with tag form the list of queries
 
void RemoveWorker (const char *o)
 Release worker assigned to this session with label 'o'.
 
void Reset ()
 Reset this instance.
 
int Reset (const char *msg, int type)
 Reset this instance, broadcasting a message to the clients.
 
XrdProofdResponseResponse () const
 
int Resume ()
 Send a resume message to the this session.
 
XrdROOTROOT () const
 
void SendClusterInfo (int nsess, int nacti)
 Calculate the effective number of users on this session nodes and communicate it to the master together with the total number of sessions and the number of active sessions.
 
int SendData (int cid, void *buff, int len)
 Send data to client cid.
 
int SendDataN (void *buff, int len)
 Send data over the open client links of this session.
 
int SetAdminPath (const char *a, bool assert, bool setown)
 Set the admin path and make sure the file exists.
 
void SetAlias (const char *a)
 
void SetClient (const char *c)
 
void SetConnection (XrdProofdResponse *r)
 
void SetFileout (const char *f)
 
void SetGroup (const char *g)
 
void SetID (short int id)
 
void SetIdle ()
 Set status to idle and update the related time stamp.
 
void SetOrdinal (const char *o)
 
void SetParent (XrdClientID *cid)
 
void SetPLiteNWrks (int n)
 
void SetProtocol (XrdProofdProtocol *p)
 
void SetProtVer (int pv)
 
void SetROOT (XrdROOT *r)
 
void SetRunning ()
 Set status to running and reset the related time stamp.
 
void SetShutdown ()
 
void SetSkipCheck ()
 
void SetSrvPID (int pid)
 
void SetSrvType (int id)
 
void SetStartMsg (XrdSrvBuffer *sm)
 
void SetStatus (int st)
 
void SetTag (const char *t)
 
void SetUNIXSockPath (const char *s)
 
void SetUserEnvs (const char *t)
 
void SetValid (bool valid=1)
 
bool SkipCheck ()
 Return the value of fSkipCheck and reset it to false.
 
int SrvPID () const
 
int SrvType () const
 
XrdSrvBufferStartMsg () const
 
int Status () const
 
const char * Tag () const
 
int TerminateProofServ (bool changeown)
 Terminate the associated process.
 
XrdNet * UNIXSock () const
 
const char * UNIXSockPath () const
 
const char * UserEnvs () const
 
int VerifyProofServ (bool fw)
 Check if the associated proofserv process is alive.
 
XrdOucHash< XrdProofWorker > * Workers () const
 

Private Member Functions

void ClearWorkers ()
 Decrease worker counters and clean-up the list.
 
void CreatePingSem ()
 
void DeletePingSem ()
 

Private Attributes

XrdOucString fAdminPath
 
XrdOucString fAlias
 
XrdOucString fClient
 
std::vector< XrdClientID * > fClients
 
time_t fDisconnectTime
 
XrdOucString fFileout
 
XrdOucString fGroup
 
short int fID
 
bool fIsShutdown
 
bool fIsValid
 
XrdSysRecMutexfMutex
 
int fNClients
 
XrdOucString fOrdinal
 
XrdClientIDfParent
 
XrdOucSemWait * fPingSem
 
int fPLiteNWrks
 
XrdProofdProtocolfProtocol
 
char fProtVer
 
std::list< XrdProofQuery * > fQueries
 
XrdProofdResponsefResponse
 
XrdROOTfROOT
 
time_t fSetIdleTime
 
bool fSkipCheck
 
int fSrvPID
 
int fSrvType
 
XrdSrvBufferfStartMsg
 
int fStatus
 
XrdOucString fTag
 
XrdNet * fUNIXSock
 
XrdOucString fUNIXSockPath
 
XrdOucString fUserEnvs
 
XrdOucHash< XrdProofWorkerfWorkers
 

#include <XrdProofdProofServ.h>

Constructor & Destructor Documentation

◆ XrdProofdProofServ()

XrdProofdProofServ::XrdProofdProofServ ( )

Constructor.

Definition at line 27 of file XrdProofdProofServ.cxx.

◆ ~XrdProofdProofServ()

XrdProofdProofServ::~XrdProofdProofServ ( )

Destructor.

Definition at line 66 of file XrdProofdProofServ.cxx.

Member Function Documentation

◆ AddWorker()

void XrdProofdProofServ::AddWorker ( const char *  o,
XrdProofWorker w 
)

Add a worker assigned to this session with label 'o'.

Definition at line 141 of file XrdProofdProofServ.cxx.

◆ AdminPath()

const char * XrdProofdProofServ::AdminPath ( ) const
inline

Definition at line 118 of file XrdProofdProofServ.h.

◆ Alias()

const char * XrdProofdProofServ::Alias ( ) const
inline

Definition at line 119 of file XrdProofdProofServ.h.

◆ Broadcast()

void XrdProofdProofServ::Broadcast ( const char *  msg,
int  type = kXPD_srvmsg 
)

Broadcast message 'msg' at 'type' to the attached clients.

Definition at line 452 of file XrdProofdProofServ.cxx.

◆ BroadcastPriority()

int XrdProofdProofServ::BroadcastPriority ( int  priority)

Broadcast a new group priority value to the worker servers.

Called by masters.

Definition at line 568 of file XrdProofdProofServ.cxx.

◆ CheckSession()

int XrdProofdProofServ::CheckSession ( bool  oldvers,
bool  isrec,
int  shutopt,
int  shutdel,
bool  changeown,
int nc 
)

Calculate the effective number of users on this session nodes and communicate it to the master together with the total number of sessions and the number of active sessions.

for monitoring issues.

Definition at line 1016 of file XrdProofdProofServ.cxx.

◆ ClearWorkers()

void XrdProofdProofServ::ClearWorkers ( )
private

Decrease worker counters and clean-up the list.

Definition at line 129 of file XrdProofdProofServ.cxx.

◆ Client()

const char * XrdProofdProofServ::Client ( ) const
inline

Definition at line 122 of file XrdProofdProofServ.h.

◆ CreatePingSem()

void XrdProofdProofServ::CreatePingSem ( )
inlineprivate

Definition at line 255 of file XrdProofdProofServ.h.

◆ CreateUNIXSock()

int XrdProofdProofServ::CreateUNIXSock ( XrdSysError edest)

Create UNIX socket for internal connections.

Definition at line 691 of file XrdProofdProofServ.cxx.

◆ CurrentQuery()

XrdProofQuery * XrdProofdProofServ::CurrentQuery ( )
inline

Definition at line 125 of file XrdProofdProofServ.h.

◆ DeletePingSem()

void XrdProofdProofServ::DeletePingSem ( )
inlineprivate

Definition at line 257 of file XrdProofdProofServ.h.

◆ DeleteStartMsg()

void XrdProofdProofServ::DeleteStartMsg ( )
inline

Definition at line 126 of file XrdProofdProofServ.h.

◆ DeleteUNIXSock()

void XrdProofdProofServ::DeleteUNIXSock ( )

Delete the current UNIX socket.

Definition at line 255 of file XrdProofdProofServ.cxx.

◆ DisconnectTime()

int XrdProofdProofServ::DisconnectTime ( )

Return the time (in secs) all clients have been disconnected.

Return -1 if the session is running

Definition at line 401 of file XrdProofdProofServ.cxx.

◆ DumpQueries()

void XrdProofdProofServ::DumpQueries ( )

Export the assigned workers in the format understood by proofserv.

Definition at line 883 of file XrdProofdProofServ.cxx.

◆ Enqueue()

int XrdProofdProofServ::Enqueue ( XrdProofQuery q)
inline

Definition at line 130 of file XrdProofdProofServ.h.

◆ ExportBuf()

void XrdProofdProofServ::ExportBuf ( XrdOucString &  buf)

Fill buf with relevant info about this session.

Definition at line 668 of file XrdProofdProofServ.cxx.

◆ ExportWorkers()

void XrdProofdProofServ::ExportWorkers ( XrdOucString &  wrks)

Export the assigned workers in the format understood by proofserv.

Definition at line 873 of file XrdProofdProofServ.cxx.

◆ Fileout()

const char * XrdProofdProofServ::Fileout ( ) const
inline

Definition at line 134 of file XrdProofdProofServ.h.

◆ FreeClientID()

int XrdProofdProofServ::FreeClientID ( int  pid)

Free instance corresponding to protocol connecting process 'pid'.

Definition at line 331 of file XrdProofdProofServ.cxx.

◆ GetClientID()

XrdClientID * XrdProofdProofServ::GetClientID ( int  cid)

Get instance corresponding to cid.

Definition at line 277 of file XrdProofdProofServ.cxx.

◆ GetNClients()

int XrdProofdProofServ::GetNClients ( bool  check)

Get the number of connected clients.

If check is true check that they are still valid ones and free the slots for the invalid ones

Definition at line 380 of file XrdProofdProofServ.cxx.

◆ GetQuery()

XrdProofQuery * XrdProofdProofServ::GetQuery ( const char *  tag)

Get query with tag form the list of queries.

Definition at line 905 of file XrdProofdProofServ.cxx.

◆ Group()

const char * XrdProofdProofServ::Group ( ) const
inline

Definition at line 139 of file XrdProofdProofServ.h.

◆ ID()

short int XrdProofdProofServ::ID ( ) const
inline

Definition at line 141 of file XrdProofdProofServ.h.

◆ IdleTime()

int XrdProofdProofServ::IdleTime ( )

Return the time (in secs) the session has been idle.

Return -1 if the session is running

Definition at line 415 of file XrdProofdProofServ.cxx.

◆ IsPLite()

bool XrdProofdProofServ::IsPLite ( ) const
inline

Definition at line 142 of file XrdProofdProofServ.h.

◆ IsShutdown()

bool XrdProofdProofServ::IsShutdown ( ) const
inline

Definition at line 143 of file XrdProofdProofServ.h.

◆ IsValid()

bool XrdProofdProofServ::IsValid ( ) const
inline

Definition at line 144 of file XrdProofdProofServ.h.

◆ Match()

bool XrdProofdProofServ::Match ( short int  id) const
inline

Definition at line 145 of file XrdProofdProofServ.h.

◆ Ordinal()

const char * XrdProofdProofServ::Ordinal ( ) const
inline

Definition at line 146 of file XrdProofdProofServ.h.

◆ Parent()

XrdClientID * XrdProofdProofServ::Parent ( ) const
inline

Definition at line 147 of file XrdProofdProofServ.h.

◆ PingSem()

void XrdProofdProofServ::PingSem ( ) const
inline

Definition at line 148 of file XrdProofdProofServ.h.

◆ PLiteNWrks()

int XrdProofdProofServ::PLiteNWrks ( ) const
inline

Definition at line 149 of file XrdProofdProofServ.h.

◆ Protocol()

XrdProofdProtocol * XrdProofdProofServ::Protocol ( ) const
inline

Definition at line 150 of file XrdProofdProofServ.h.

◆ Queries()

std::list< XrdProofQuery * > * XrdProofdProofServ::Queries ( ) const
inline

Definition at line 151 of file XrdProofdProofServ.h.

◆ RemoveQuery()

void XrdProofdProofServ::RemoveQuery ( const char *  tag)

remove query with tag form the list of queries

Definition at line 927 of file XrdProofdProofServ.cxx.

◆ RemoveWorker()

void XrdProofdProofServ::RemoveWorker ( const char *  o)

Release worker assigned to this session with label 'o'.

Definition at line 153 of file XrdProofdProofServ.cxx.

◆ Reset() [1/2]

void XrdProofdProofServ::Reset ( )

Reset this instance.

Definition at line 212 of file XrdProofdProofServ.cxx.

◆ Reset() [2/2]

int XrdProofdProofServ::Reset ( const char *  msg,
int  type 
)

Reset this instance, broadcasting a message to the clients.

return 1 if top master, 0 otherwise

Definition at line 173 of file XrdProofdProofServ.cxx.

◆ Response()

XrdProofdResponse * XrdProofdProofServ::Response ( ) const
inline

Definition at line 160 of file XrdProofdProofServ.h.

◆ Resume()

int XrdProofdProofServ::Resume ( )

Send a resume message to the this session.

It is assumed that the session has at least one async query to process and will immediately send a getworkers request (the workers are already assigned).

Definition at line 816 of file XrdProofdProofServ.cxx.

◆ ROOT()

XrdROOT * XrdProofdProofServ::ROOT ( ) const
inline

Definition at line 159 of file XrdProofdProofServ.h.

◆ SendClusterInfo()

void XrdProofdProofServ::SendClusterInfo ( int  nsess,
int  nacti 
)

Calculate the effective number of users on this session nodes and communicate it to the master together with the total number of sessions and the number of active sessions.

for monitoring issues.

Definition at line 973 of file XrdProofdProofServ.cxx.

◆ SendData()

int XrdProofdProofServ::SendData ( int  cid,
void *  buff,
int  len 
)

Send data to client cid.

Definition at line 596 of file XrdProofdProofServ.cxx.

◆ SendDataN()

int XrdProofdProofServ::SendDataN ( void *  buff,
int  len 
)

Send data over the open client links of this session.

Used when all the connected clients are eligible to receive the message.

Definition at line 640 of file XrdProofdProofServ.cxx.

◆ SetAdminPath()

int XrdProofdProofServ::SetAdminPath ( const char *  a,
bool  assert,
bool  setown 
)

Set the admin path and make sure the file exists.

Definition at line 763 of file XrdProofdProofServ.cxx.

◆ SetAlias()

void XrdProofdProofServ::SetAlias ( const char *  a)
inline

Definition at line 165 of file XrdProofdProofServ.h.

◆ SetClient()

void XrdProofdProofServ::SetClient ( const char *  c)
inline

Definition at line 166 of file XrdProofdProofServ.h.

◆ SetConnection()

void XrdProofdProofServ::SetConnection ( XrdProofdResponse r)
inline

Definition at line 167 of file XrdProofdProofServ.h.

◆ SetFileout()

void XrdProofdProofServ::SetFileout ( const char *  f)
inline

Definition at line 169 of file XrdProofdProofServ.h.

◆ SetGroup()

void XrdProofdProofServ::SetGroup ( const char *  g)
inline

Definition at line 170 of file XrdProofdProofServ.h.

◆ SetID()

void XrdProofdProofServ::SetID ( short int  id)
inline

Definition at line 172 of file XrdProofdProofServ.h.

◆ SetIdle()

void XrdProofdProofServ::SetIdle ( )

Set status to idle and update the related time stamp.

Definition at line 429 of file XrdProofdProofServ.cxx.

◆ SetOrdinal()

void XrdProofdProofServ::SetOrdinal ( const char *  o)
inline

Definition at line 173 of file XrdProofdProofServ.h.

◆ SetParent()

void XrdProofdProofServ::SetParent ( XrdClientID cid)
inline

Definition at line 174 of file XrdProofdProofServ.h.

◆ SetPLiteNWrks()

void XrdProofdProofServ::SetPLiteNWrks ( int  n)
inline

Definition at line 175 of file XrdProofdProofServ.h.

◆ SetProtocol()

void XrdProofdProofServ::SetProtocol ( XrdProofdProtocol p)
inline

Definition at line 176 of file XrdProofdProofServ.h.

◆ SetProtVer()

void XrdProofdProofServ::SetProtVer ( int  pv)
inline

Definition at line 177 of file XrdProofdProofServ.h.

◆ SetROOT()

void XrdProofdProofServ::SetROOT ( XrdROOT r)
inline

Definition at line 178 of file XrdProofdProofServ.h.

◆ SetRunning()

void XrdProofdProofServ::SetRunning ( )

Set status to running and reset the related time stamp.

Definition at line 441 of file XrdProofdProofServ.cxx.

◆ SetShutdown()

void XrdProofdProofServ::SetShutdown ( )
inline

Definition at line 180 of file XrdProofdProofServ.h.

◆ SetSkipCheck()

void XrdProofdProofServ::SetSkipCheck ( )
inline

Definition at line 181 of file XrdProofdProofServ.h.

◆ SetSrvPID()

void XrdProofdProofServ::SetSrvPID ( int  pid)
inline

Definition at line 182 of file XrdProofdProofServ.h.

◆ SetSrvType()

void XrdProofdProofServ::SetSrvType ( int  id)
inline

Definition at line 183 of file XrdProofdProofServ.h.

◆ SetStartMsg()

void XrdProofdProofServ::SetStartMsg ( XrdSrvBuffer sm)
inline

Definition at line 184 of file XrdProofdProofServ.h.

◆ SetStatus()

void XrdProofdProofServ::SetStatus ( int  st)
inline

Definition at line 185 of file XrdProofdProofServ.h.

◆ SetTag()

void XrdProofdProofServ::SetTag ( const char *  t)
inline

Definition at line 186 of file XrdProofdProofServ.h.

◆ SetUNIXSockPath()

void XrdProofdProofServ::SetUNIXSockPath ( const char *  s)
inline

Definition at line 187 of file XrdProofdProofServ.h.

◆ SetUserEnvs()

void XrdProofdProofServ::SetUserEnvs ( const char *  t)
inline

Definition at line 188 of file XrdProofdProofServ.h.

◆ SetValid()

void XrdProofdProofServ::SetValid ( bool  valid = 1)
inline

Definition at line 189 of file XrdProofdProofServ.h.

◆ SkipCheck()

bool XrdProofdProofServ::SkipCheck ( )

Return the value of fSkipCheck and reset it to false.

Definition at line 265 of file XrdProofdProofServ.cxx.

◆ SrvPID()

int XrdProofdProofServ::SrvPID ( ) const
inline

Definition at line 191 of file XrdProofdProofServ.h.

◆ SrvType()

int XrdProofdProofServ::SrvType ( ) const
inline

Definition at line 192 of file XrdProofdProofServ.h.

◆ StartMsg()

XrdSrvBuffer * XrdProofdProofServ::StartMsg ( ) const
inline

Definition at line 193 of file XrdProofdProofServ.h.

◆ Status()

int XrdProofdProofServ::Status ( ) const
inline

Definition at line 194 of file XrdProofdProofServ.h.

◆ Tag()

const char * XrdProofdProofServ::Tag ( ) const
inline

Definition at line 195 of file XrdProofdProofServ.h.

◆ TerminateProofServ()

int XrdProofdProofServ::TerminateProofServ ( bool  changeown)

Terminate the associated process.

A shutdown interrupt message is forwarded. If add is TRUE (default) the pid is added to the list of processes requested to terminate. Return the pid of tyhe terminated process on success, -1 if not allowed or other errors occured.

Definition at line 498 of file XrdProofdProofServ.cxx.

◆ UNIXSock()

XrdNet * XrdProofdProofServ::UNIXSock ( ) const
inline

Definition at line 205 of file XrdProofdProofServ.h.

◆ UNIXSockPath()

const char * XrdProofdProofServ::UNIXSockPath ( ) const
inline

Definition at line 206 of file XrdProofdProofServ.h.

◆ UserEnvs()

const char * XrdProofdProofServ::UserEnvs ( ) const
inline

Definition at line 197 of file XrdProofdProofServ.h.

◆ VerifyProofServ()

int XrdProofdProofServ::VerifyProofServ ( bool  forward)

Check if the associated proofserv process is alive.

This is done asynchronously by asking the process to callback and proof its vitality. We do not block here: the caller may setup a waiting structure if required. If forward is true, the process will forward the request to the following tiers. Return 0 if the request was send successfully, -1 in case of error.

Definition at line 529 of file XrdProofdProofServ.cxx.

◆ Workers()

XrdOucHash< XrdProofWorker > * XrdProofdProofServ::Workers ( ) const
inline

Definition at line 199 of file XrdProofdProofServ.h.

Member Data Documentation

◆ fAdminPath

XrdOucString XrdProofdProofServ::fAdminPath
private

Definition at line 247 of file XrdProofdProofServ.h.

◆ fAlias

XrdOucString XrdProofdProofServ::fAlias
private

Definition at line 242 of file XrdProofdProofServ.h.

◆ fClient

XrdOucString XrdProofdProofServ::fClient
private

Definition at line 243 of file XrdProofdProofServ.h.

◆ fClients

std::vector<XrdClientID *> XrdProofdProofServ::fClients
private

Definition at line 216 of file XrdProofdProofServ.h.

◆ fDisconnectTime

time_t XrdProofdProofServ::fDisconnectTime
private

Definition at line 223 of file XrdProofdProofServ.h.

◆ fFileout

XrdOucString XrdProofdProofServ::fFileout
private

Definition at line 231 of file XrdProofdProofServ.h.

◆ fGroup

XrdOucString XrdProofdProofServ::fGroup
private

Definition at line 251 of file XrdProofdProofServ.h.

◆ fID

short int XrdProofdProofServ::fID
private

Definition at line 229 of file XrdProofdProofServ.h.

◆ fIsShutdown

bool XrdProofdProofServ::fIsShutdown
private

Definition at line 238 of file XrdProofdProofServ.h.

◆ fIsValid

bool XrdProofdProofServ::fIsValid
private

Definition at line 239 of file XrdProofdProofServ.h.

◆ fMutex

XrdSysRecMutex* XrdProofdProofServ::fMutex
private

Definition at line 210 of file XrdProofdProofServ.h.

◆ fNClients

int XrdProofdProofServ::fNClients
private

Definition at line 215 of file XrdProofdProofServ.h.

◆ fOrdinal

XrdOucString XrdProofdProofServ::fOrdinal
private

Definition at line 245 of file XrdProofdProofServ.h.

◆ fParent

XrdClientID* XrdProofdProofServ::fParent
private

Definition at line 214 of file XrdProofdProofServ.h.

◆ fPingSem

XrdOucSemWait* XrdProofdProofServ::fPingSem
private

Definition at line 219 of file XrdProofdProofServ.h.

◆ fPLiteNWrks

int XrdProofdProofServ::fPLiteNWrks
private

Definition at line 233 of file XrdProofdProofServ.h.

◆ fProtocol

XrdProofdProtocol* XrdProofdProofServ::fProtocol
private

Definition at line 211 of file XrdProofdProofServ.h.

◆ fProtVer

char XrdProofdProofServ::fProtVer
private

Definition at line 230 of file XrdProofdProofServ.h.

◆ fQueries

std::list<XrdProofQuery *> XrdProofdProofServ::fQueries
private

Definition at line 259 of file XrdProofdProofServ.h.

◆ fResponse

XrdProofdResponse* XrdProofdProofServ::fResponse
private

Definition at line 212 of file XrdProofdProofServ.h.

◆ fROOT

XrdROOT* XrdProofdProofServ::fROOT
private

Definition at line 249 of file XrdProofdProofServ.h.

◆ fSetIdleTime

time_t XrdProofdProofServ::fSetIdleTime
private

Definition at line 224 of file XrdProofdProofServ.h.

◆ fSkipCheck

bool XrdProofdProofServ::fSkipCheck
private

Definition at line 240 of file XrdProofdProofServ.h.

◆ fSrvPID

int XrdProofdProofServ::fSrvPID
private

Definition at line 227 of file XrdProofdProofServ.h.

◆ fSrvType

int XrdProofdProofServ::fSrvType
private

Definition at line 228 of file XrdProofdProofServ.h.

◆ fStartMsg

XrdSrvBuffer* XrdProofdProofServ::fStartMsg
private

Definition at line 221 of file XrdProofdProofServ.h.

◆ fStatus

int XrdProofdProofServ::fStatus
private

Definition at line 226 of file XrdProofdProofServ.h.

◆ fTag

XrdOucString XrdProofdProofServ::fTag
private

Definition at line 244 of file XrdProofdProofServ.h.

◆ fUNIXSock

XrdNet* XrdProofdProofServ::fUNIXSock
private

Definition at line 235 of file XrdProofdProofServ.h.

◆ fUNIXSockPath

XrdOucString XrdProofdProofServ::fUNIXSockPath
private

Definition at line 236 of file XrdProofdProofServ.h.

◆ fUserEnvs

XrdOucString XrdProofdProofServ::fUserEnvs
private

Definition at line 246 of file XrdProofdProofServ.h.

◆ fWorkers

XrdOucHash<XrdProofWorker> XrdProofdProofServ::fWorkers
private

Definition at line 217 of file XrdProofdProofServ.h.

  • proof/proofd/inc/XrdProofdProofServ.h
  • proof/proofd/src/XrdProofdProofServ.cxx