 |
XRootD
|
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
33#define TRACESSI_ALL 0xffff
34#define TRACESSI_Debug 0x0001
40#define QTRACE(act) Trace.What & TRACESSI_ ## act
42#define DEBUG(y) if (Trace.What & TRACESSI_Debug) \
43 SYSTRACE(Trace., tident, epname, 0, y)
45#define EPNAME(x) static const char *epname = x;
56#define QTRACE(act) false