![]() |
XRootD
|
Public Member Functions | |
ConnErrJob (const URL &url, const XRootDStatus &status, std::function< void(const URL &, const XRootDStatus &)> handler) | |
void | Run (void *arg) |
The job logic. More... | |
![]() | |
virtual | ~Job () |
Virtual destructor. More... | |
Public Attributes | |
std::function< void(const URL &, const XRootDStatus &)> | handler |
XRootDStatus | status |
URL | url |
Definition at line 38 of file XrdClPostMaster.cc.
|
inline |
Definition at line 40 of file XrdClPostMaster.cc.
|
inlinevirtual |
std::function<void( const URL&, const XRootDStatus& )> XrdCl::ConnErrJob::handler |
Definition at line 55 of file XrdClPostMaster.cc.
Referenced by Run().
XRootDStatus XrdCl::ConnErrJob::status |
Definition at line 54 of file XrdClPostMaster.cc.
Referenced by Run().
URL XrdCl::ConnErrJob::url |
Definition at line 53 of file XrdClPostMaster.cc.
Referenced by Run().