#include <sys/socket.h>
#include <sys/types.h>
#include <fcntl.h>
#include <time.h>
#include "XrdSys/XrdSysPthread.hh"
#include "Xrd/XrdJob.hh"
#include "Xrd/XrdLinkMatch.hh"
#include "Xrd/XrdProtocol.hh"
Go to the source code of this file.
Classes | |
class | XrdLink |
struct | XrdLink::sfVec |
Defines | |
#define | XRDLINK_RDLOCK 0x0001 |
#define | XRDLINK_NOCLOSE 0x0002 |
#define XRDLINK_NOCLOSE 0x0002 |
Definition at line 31 of file XrdLink.hh.
Referenced by XrdInet::Accept(), XrdLink::Alloc(), and XrdInet::Connect().
#define XRDLINK_RDLOCK 0x0001 |
Definition at line 30 of file XrdLink.hh.
Referenced by XrdInet::Accept(), XrdLink::Alloc(), and XrdInet::Connect().