xrootd
Loading...
Searching...
No Matches
Macros
XrdTlsTrace.hh File Reference
#include "XrdSys/XrdSysTrace.hh"
Include dependency graph for XrdTlsTrace.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;
 

Macro Definition Documentation

◆ DBG_CTX

#define DBG_CTX (   y)
Value:
if (XrdTlsGlobal::SysTrace.What & XrdTls::dbgCTX) \
SYSTRACE(XrdTlsGlobal::SysTrace., 0, epname, 0, y)
static const int dbgCTX
Turn debugging in for context operations.
Definition XrdTls.hh:100

◆ DBG_SIO

#define DBG_SIO (   y)
Value:
if (XrdTlsGlobal::SysTrace.What & XrdTls::dbgSIO) \
SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y)
static const int dbgSIO
Turn debugging in for socket I/O.
Definition XrdTls.hh:102

◆ DBG_SOK

#define DBG_SOK (   y)
Value:
if (XrdTlsGlobal::SysTrace.What & XrdTls::dbgSOK) \
SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y)
static const int dbgSOK
Turn debugging in for socket operations.
Definition XrdTls.hh:101

◆ DBG_TLS

#define DBG_TLS (   y)     SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y)

◆ EPNAME

#define EPNAME (   x)    static const char *epname = x;

◆ TRACING

#define TRACING (   act)    XrdTlsGlobal::SysTrace.What & act