Go to the source code of this file.
Classes | |
| class | XrdLinkCtl |
Macros | |
| #define | XRDLINK_NOCLOSE 0x0002 |
| #define | XRDLINK_RDLOCK 0x0001 |
| #define XRDLINK_NOCLOSE 0x0002 |
Definition at line 59 of file XrdLinkCtl.hh.
Referenced by XrdLinkCtl::Alloc().
| #define XRDLINK_RDLOCK 0x0001 |
Allocate a new link object.
| peer | The connection information for the endpoint. |
| opts | Processing options: XRDLINK_NOCLOSE - do not close the FD upon recycling. XRDLINK_RDLOCK - obtain a lock prior to reading data. |
Definition at line 58 of file XrdLinkCtl.hh.
Referenced by XrdInet::Accept(), XrdLinkCtl::Alloc(), and XrdInet::Connect().