#include <memory>
#include <errno.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "XrdClient/XrdClientPSock.hh"
#include "XrdSys/XrdSysLogger.hh"
#include "XrdNet/XrdNetSocket.hh"
#include "XrdClient/XrdClientDebug.hh"
#include "XrdClient/XrdClientEnv.hh"
#include <unistd.h>
#include <sys/poll.h>
Go to the source code of this file.
Classes | |
struct | FdSetSockFuncPars |
Functions | |
int | CloseSockFunc (int K, int V, void *arg) |
int | FdSetSockFunc (int sockid, int sockdescr, void *arg) |
Variables | |
const char * | XrdClientPSockCVSID = "$Id: XrdClientPSock.cc 33978 2010-06-18 10:02:18Z ganis $" |
int CloseSockFunc | ( | int | K, | |
int | V, | |||
void * | arg | |||
) |
Definition at line 54 of file XrdClientPSock.cc.
References close.
Referenced by XrdClientPSock::Disconnect().
int FdSetSockFunc | ( | int | sockid, | |
int | sockdescr, | |||
void * | arg | |||
) |
Definition at line 85 of file XrdClientPSock.cc.
References FdSetSockFuncPars::banned, FdSetSockFuncPars::fdnfo, fdinfo::fdset, fdinfo::maxfd, and xrdmax.
const char* XrdClientPSockCVSID = "$Id: XrdClientPSock.cc 33978 2010-06-18 10:02:18Z ganis $" |
Definition at line 13 of file XrdClientPSock.cc.