XRootD
Loading...
Searching...
No Matches
XrdPssTrace.hh File Reference
+ Include dependency graph for XrdPssTrace.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEBUG(tid, y)    if (SysTrace.What & TRACEPSS_Debug) SYSTRACE(SysTrace., tid, epname, 0, y)
 
#define EPNAME(x)   static const char *epname = x;
 
#define QTRACE(act)   SysTrace.What & TRACEPSS_ ## act
 
#define TRACEPSS_ALL   0xffff
 
#define TRACEPSS_Debug   0x0001
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG ( tid,
y )    if (SysTrace.What & TRACEPSS_Debug) SYSTRACE(SysTrace., tid, epname, 0, y)

Definition at line 42 of file XrdPssTrace.hh.

42#define DEBUG(tid,y)\
43 if (SysTrace.What & TRACEPSS_Debug) SYSTRACE(SysTrace., tid, epname, 0, y)

◆ EPNAME

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

Definition at line 45 of file XrdPssTrace.hh.

◆ QTRACE

#define QTRACE ( act)    SysTrace.What & TRACEPSS_ ## act

Definition at line 40 of file XrdPssTrace.hh.

◆ TRACEPSS_ALL

#define TRACEPSS_ALL   0xffff

Definition at line 33 of file XrdPssTrace.hh.

◆ TRACEPSS_Debug

#define TRACEPSS_Debug   0x0001

Definition at line 34 of file XrdPssTrace.hh.

Referenced by XrdPssSys::ConfigMapID().