#include <sys/types.h>
#include <netinet/in.h>
#include <inttypes.h>
#include <string.h>
#include "XrdProofdAux.h"
#include "XrdProofdProtocol.h"
#include "XrdProofdResponse.h"
#include "XrdProofdTrace.h"
Go to the source code of this file.
Defines | |
#define | XPRNOTIFY(m, e) |
#define | XPRTRACING(a) ((a != 0) || (TRACING(RSP))) |
#define | CHECKLINK |
#define CHECKLINK |
Value:
if (!fLink) { \ TRACE(XERR, "link is undefined! "); \ return 0; \ } else if (fLink->FDnum() < 0) { \ TRACE(XERR, "link descriptor invalid for link "<<fLink<<"! ("<< fLink->FDnum()<<")"); \ return 0; \ }
Definition at line 50 of file XrdProofdResponse.cxx.
Referenced by XrdProofdResponse::Send(), and XrdProofdResponse::SendI().
#define XPRNOTIFY | ( | m, | |||
e | ) |
Value:
if (rc != 0) { \ TRACER(this, XERR, m << ": " << e); \ } else { \ if (TRACING(RSP)) { \ if (e.length() > 0) { \ TRACER(this, RSP, m << " (" << e <<")"); \ } else { \ TRACER(this, RSP, m); \ } \ } \ }
Definition at line 35 of file XrdProofdResponse.cxx.
Referenced by XrdProofdResponse::Send(), and XrdProofdResponse::SendI().
#define XPRTRACING | ( | a | ) | ((a != 0) || (TRACING(RSP))) |
Definition at line 48 of file XrdProofdResponse.cxx.
Referenced by XrdProofdResponse::Send(), and XrdProofdResponse::SendI().