|
XRootD
|
Inheritance diagram for XrdMain:
Collaboration diagram for XrdMain:Public Member Functions | |
| XrdMain () | |
| XrdMain (XrdInet *nP) | |
| ~XrdMain () | |
| void | DoIt () |
Public Attributes | |
| XrdInet * | theNet |
| int | thePort |
| XrdProtocol * | theProt |
| XrdSysSemaphore * | theSem |
Static Public Attributes | |
| static XrdConfig | Config |
Definition at line 87 of file XrdMain.cc.
|
inline |
Definition at line 102 of file XrdMain.cc.
|
inline |
Definition at line 104 of file XrdMain.cc.
|
inline |
Definition at line 106 of file XrdMain.cc.
|
inlinevirtual |
Implements XrdJob.
Definition at line 97 of file XrdMain.cc.
References XrdInet::Accept(), XrdLink::setProtocol(), theNet, theProt, and theSem.
Here is the call graph for this function:
|
static |
Definition at line 95 of file XrdMain.cc.
Referenced by main(), mainAccept(), and mainAdmin().
| XrdInet* XrdMain::theNet |
Definition at line 93 of file XrdMain.cc.
Referenced by DoIt(), main(), and mainAdmin().
| int XrdMain::thePort |
Definition at line 94 of file XrdMain.cc.
Referenced by main(), and mainAccept().
| XrdProtocol* XrdMain::theProt |
Definition at line 92 of file XrdMain.cc.
Referenced by DoIt(), and mainAccept().
| XrdSysSemaphore* XrdMain::theSem |
Definition at line 91 of file XrdMain.cc.
Referenced by DoIt(), and mainAccept().