1 #ifndef __XRDSSISESSREAL_HH__
2 #define __XRDSSISESSREAL_HH__
50 const char *
GetKey() {
return resKey;}
69 {
if (resKey) free(resKey);
70 resKey = (key ? strdup(key) : 0);
75 void UnHold(
bool cleanup=
true);
91 resKey(0), sessName(0), sessNode(0)
void InitSession(XrdSsiServReal *servP, const char *sName, int uent, bool hold, bool newSID=false)
void SetKey(const char *key)
bool Provision(XrdSsiRequest *reqP, const char *epURL)
bool Run(XrdSsiRequest *reqP)
int XeqEvent(XrdCl::XRootDStatus *status, XrdCl::AnyObject **respP)
XrdSsiSessReal * nextSess
void UnHold(bool cleanup=true)
void TaskFinished(XrdSsiTaskReal *tP)
XrdSsiSessReal(XrdSsiServReal *servP, const char *sName, int uent, bool hold=false)