Definition at line 168 of file XrdConfig.cc.
◆ XrdConfigProt()
XrdConfigProt::XrdConfigProt |
( |
char * |
pn, |
|
|
char * |
ln, |
|
|
char * |
pp, |
|
|
int |
np = -1 , |
|
|
bool |
to = false |
|
) |
| |
|
inline |
Definition at line 207 of file XrdConfig.cc.
210 {memset(portVec, 0, sizeof(portVec)); port = np;
211 memset(tlsVec, 0, sizeof(tlsVec)); dotls = to;
212 }
◆ ~XrdConfigProt()
XrdConfigProt::~XrdConfigProt |
( |
| ) |
|
|
inline |
◆ AddPort()
bool XrdConfigProt::AddPort |
( |
int |
pnum, |
|
|
bool |
isTLS |
|
) |
| |
|
inline |
Definition at line 185 of file XrdConfig.cc.
186 {
for (
int i = 0; i <
numP; i++)
187 if (pnum == portVec[i])
188 {tlsVec[i] = isTLS; return true;}
190 portVec[
numP] = pnum; tlsVec[
numP] = isTLS;
192 return true;
193 }
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 195 of file XrdConfig.cc.
200 memset(portVec, 0, sizeof(portVec));
201 port = np;
202 memset(tlsVec, 0, sizeof(tlsVec));
203 dotls = to;
205 }
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: