#include <XrdCmsRouting.hh>
Classes | |
struct | theRouting |
Public Types | |
enum | { isInvalid = 0x00, isSync = 0x02, Forward = 0x04, noArgs = 0x08, Delayable = 0x10, Repliable = 0x20, AsyncQ0 = 0x40, AsyncQ1 = 0x80 } |
Public Member Functions | |
int | getRoute (int reqCode) |
XrdCmsRouting (theRouting *initP) | |
~XrdCmsRouting () | |
Private Attributes | |
int | valVec [XrdCms::kYR_MaxReq] |
XrdCmsRouting::XrdCmsRouting | ( | theRouting * | initP | ) | [inline] |
References XrdCmsRouting::theRouting::reqCode, XrdCmsRouting::theRouting::reqOpts, and valVec.
XrdCmsRouting::~XrdCmsRouting | ( | ) | [inline] |
int XrdCmsRouting::getRoute | ( | int | reqCode | ) | [inline] |
References isInvalid, XrdCms::kYR_MaxReq, and valVec.
int XrdCmsRouting::valVec[XrdCms::kYR_MaxReq] [private] |
Referenced by getRoute(), and XrdCmsRouting().