xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

#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
#define SYSTRACE(obj, usr, epn, txt, dbg)
Definition: XrdSysTrace.hh:45
#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
#define SYSTRACE(obj, usr, epn, txt, dbg)
Definition: XrdSysTrace.hh:45
#define DBG_SOK (   y)
Value:
if (XrdTlsGlobal::SysTrace.What & XrdTls::dbgSOK) \
SYSTRACE(XrdTlsGlobal::SysTrace., pImpl->traceID, epname, 0, y)
#define SYSTRACE(obj, usr, epn, txt, dbg)
Definition: XrdSysTrace.hh:45
static const int dbgSOK
Turn debugging in for socket operations.
Definition: XrdTls.hh:101
#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