xrootd
|
#include "XrdSys/XrdSysTrace.hh"
Go to the source code of this file.
Macros | |
#define | TRACING(act) XrdTlsGlobal::SysTrace.What & act |
#define | DBG_CTX(y) |
#define | DBG_SOK(y) |
#define | DBG_SIO(y) |
#define | DBG_TLS(y) SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y) |
#define | EPNAME(x) static const char *epname = x; |
#define DBG_CTX | ( | y | ) |
#define DBG_SIO | ( | y | ) |
#define DBG_SOK | ( | y | ) |
#define DBG_TLS | ( | y | ) | SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y) |
#define EPNAME | ( | x | ) | static const char *epname = x; |
#define TRACING | ( | act | ) | XrdTlsGlobal::SysTrace.What & act |