 |
XRootD
|
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
33#define TRACEPSS_ALL 0xffff
34#define TRACEPSS_Debug 0x0001
40#define QTRACE(act) SysTrace.What & TRACEPSS_ ## act
42#define TRACING(x) (SysTrace.What & x)
44#define DEBUGON TRACING(TRACEPSS_Debug)
47 if (DEBUGON) SYSTRACE(SysTrace., tid, epname, 0, y)
49#define EPNAME(x) static const char *epname = x;
55#define QTRACE(act) false