#include "XrdClient/XrdClientConnMgr.hh"#include "XrdClient/XrdClientDebug.hh"#include "XrdClient/XrdClientMessage.hh"#include "XrdClient/XrdClientLogConnection.hh"#include "XrdClient/XrdClientThread.hh"#include "XrdClient/XrdClientEnv.hh"#include "XrdClient/XrdClientSid.hh"#include <assert.h>#include <semaphore.h>#include <sys/types.h>#include <pwd.h>
Defines | |
| #define | XRC_MAXVECTSIZE 32767 |
Functions | |
| void * | GarbageCollectorThread (void *arg, XrdClientThread *thr) |
| int | DisconnectElapsedPhyConn (const char *key, XrdClientPhyConnection *p, void *voidcmgr) |
| int | DumpPhyConn (const char *key, XrdClientPhyConnection *p, void *voidcmgr) |
| int | DestroyPhyConn (const char *key, XrdClientPhyConnection *p, void *voidcmgr) |
Variables | |
| const char * | XrdClientConnMgrCVSID = "$Id: XrdClientConnMgr.cc,v 1.56 2009/10/27 13:12:35 furano Exp $" |
| #define XRC_MAXVECTSIZE 32767 |
Referenced by XrdClientConnectionMgr::Connect().
| int DestroyPhyConn | ( | const char * | key, | |
| XrdClientPhyConnection * | p, | |||
| void * | voidcmgr | |||
| ) |
References XrdClientUnsolMsgSender::UnsolicitedMsgHandler.
| int DisconnectElapsedPhyConn | ( | const char * | key, | |
| XrdClientPhyConnection * | p, | |||
| void * | voidcmgr | |||
| ) |
| int DumpPhyConn | ( | const char * | key, | |
| XrdClientPhyConnection * | p, | |||
| void * | voidcmgr | |||
| ) |
References XrdClientPhyConnection::GetLogConnCnt(), Info, XrdClientPhyConnection::IsValid(), and XrdClientDebug::kUSERDEBUG.
Referenced by XrdClientConnectionMgr::Connect(), and XrdClientConnectionMgr::GarbageCollect().
| void* GarbageCollectorThread | ( | void * | arg, | |
| XrdClientThread * | thr | |||
| ) |
| const char* XrdClientConnMgrCVSID = "$Id: XrdClientConnMgr.cc,v 1.56 2009/10/27 13:12:35 furano Exp $" |
1.7.1