|
xrootd
|
#include <ctype.h>#include <unistd.h>#include <errno.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <strings.h>#include <sys/types.h>#include <sys/uio.h>#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysLogger.hh"#include "XrdSys/XrdSysPlatform.hh"
Defines | |
| #define | Set_IOV_Item(x, y) |
| #define | Set_IOV_Buff(x) |
Variables | |
| const char * | XrdSysErrorCVSID = "$Id$" |
| #define Set_IOV_Buff | ( | x | ) |
{iov[iovpnt].iov_base = (caddr_t)x;\
iov[iovpnt++].iov_len = strlen(x);}
Referenced by XrdSysError::Emsg(), and XrdSysError::Say().
| #define Set_IOV_Item | ( | x, | |
| y | |||
| ) |
{iov[iovpnt].iov_base = (caddr_t)x;\
iov[iovpnt++].iov_len = y;}
Referenced by XrdSysError::Emsg(), and XrdSysError::Say().
| const char* XrdSysErrorCVSID = "$Id$" |
1.7.3