xrootd
|
Public Member Functions | |
void | Requeue () |
AdminReq (const char *req, XrdCmsRRData &RRD) | |
~AdminReq () | |
Static Public Member Functions | |
static AdminReq * | getReq () |
Public Attributes | |
AdminReq * | Next |
const char * | Req |
const char * | Path |
CmsRRHdr | Hdr |
char * | Data |
int | Dlen |
Static Public Attributes | |
static int | numinQ = 0 |
static const int | maxinQ = 1024 |
Static Private Attributes | |
static XrdSysSemaphore | QPresent |
static XrdSysMutex | QMutex |
static AdminReq * | First = 0 |
static AdminReq * | Last = 0 |
XrdCms::AdminReq::AdminReq | ( | const char * | req, |
XrdCmsRRData & | RRD | ||
) | [inline] |
References XrdCmsRRData::Buff.
XrdCms::AdminReq::~AdminReq | ( | ) | [inline] |
static AdminReq* XrdCms::AdminReq::getReq | ( | ) | [inline, static] |
References Next.
Referenced by XrdCmsAdmin::Relay().
void XrdCms::AdminReq::Requeue | ( | ) | [inline] |
Referenced by XrdCmsAdmin::Relay().
char* XrdCms::AdminReq::Data |
Referenced by XrdCmsAdmin::Relay().
Referenced by XrdCmsAdmin::Relay().
AdminReq * AdminReq::First = 0 [static, private] |
Referenced by XrdCmsAdmin::Relay().
AdminReq * AdminReq::Last = 0 [static, private] |
const int XrdCms::AdminReq::maxinQ = 1024 [static] |
Referenced by XrdCmsAdmin::Send().
Referenced by getReq().
int AdminReq::numinQ = 0 [static] |
Referenced by XrdCmsAdmin::Send().
const char* XrdCms::AdminReq::Path |
Referenced by XrdCmsAdmin::Relay().
XrdSysMutex AdminReq::QMutex [static, private] |
XrdSysSemaphore AdminReq::QPresent [static, private] |
const char* XrdCms::AdminReq::Req |
Referenced by XrdCmsAdmin::Relay().