![]() |
XRootD
|
#include "XrdSys/XrdSysTrace.hh"
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 |
#define DEBUG | ( | tid, | |
y ) if (SysTrace.What & TRACEPSS_Debug) SYSTRACE(SysTrace., tid, epname, 0, y) |
Definition at line 42 of file XrdPssTrace.hh.
#define EPNAME | ( | x | ) | static const char *epname = x; |
Definition at line 45 of file XrdPssTrace.hh.
#define QTRACE | ( | act | ) | SysTrace.What & TRACEPSS_ ## act |
Definition at line 40 of file XrdPssTrace.hh.
#define TRACEPSS_ALL 0xffff |
Definition at line 33 of file XrdPssTrace.hh.
#define TRACEPSS_Debug 0x0001 |
Definition at line 34 of file XrdPssTrace.hh.
Referenced by XrdPssSys::ConfigMapID().