Definition at line 170 of file XrdConfig.cc.
◆ XrdConfigProt()
XrdConfigProt::XrdConfigProt |
( |
char * | pn, |
|
|
char * | ln, |
|
|
char * | pp, |
|
|
int | np = -1, |
|
|
bool | to = false ) |
|
inline |
◆ ~XrdConfigProt()
XrdConfigProt::~XrdConfigProt |
( |
| ) |
|
|
inline |
◆ AddPort()
bool XrdConfigProt::AddPort |
( |
int | pnum, |
|
|
bool | isTLS ) |
|
inline |
Definition at line 187 of file XrdConfig.cc.
188 {
for (
int i = 0; i <
numP; i++)
189 if (pnum == portVec[i])
190 {tlsVec[i] = isTLS; return true;}
192 portVec[
numP] = pnum; tlsVec[
numP] = isTLS;
194 return true;
195 }
static const int PortoMax
References numP, and XrdProtLoad::PortoMax.
◆ Reset()
void XrdConfigProt::Reset |
( |
char * | ln, |
|
|
char * | pp, |
|
|
int | np = -1, |
|
|
bool | to = false ) |
|
inline |
Definition at line 197 of file XrdConfig.cc.
202 memset(portVec, 0, sizeof(portVec));
203 port = np;
204 memset(tlsVec, 0, sizeof(tlsVec));
205 dotls = to;
207 }
References libpath, numP, and parms.
◆ [union]
◆ [union]
◆ libpath
char* XrdConfigProt::libpath |
◆ Next
◆ numP
◆ parms
char* XrdConfigProt::parms |
◆ proname
char* XrdConfigProt::proname |
The documentation for this class was generated from the following file: