#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>
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,v 1.29 2009/10/14 18:03:08 abh Exp $" |
| int CloseSockFunc | ( | int | K, | |
| int | V, | |||
| void * | arg | |||
| ) |
References close.
Referenced by XrdClientPSock::Disconnect().
| int FdSetSockFunc | ( | int | sockid, | |
| int | sockdescr, | |||
| void * | arg | |||
| ) |
| const char* XrdClientPSockCVSID = "$Id: XrdClientPSock.cc,v 1.29 2009/10/14 18:03:08 abh Exp $" |
1.7.1