Go to the documentation of this file. 1 #ifndef _XRDPSS_TRACE_H
2 #define _XRDPSS_TRACE_H
33 #define TRACEPSS_ALL 0xffff
34 #define TRACEPSS_Debug 0x0001
40 #define QTRACE(act) SysTrace.What & TRACEPSS_ ## act
43 if (SysTrace.What & TRACEPSS_Debug) SYSTRACE(SysTrace., tid, epname, 0, y)
45 #define EPNAME(x) static const char *epname = x;
51 #define QTRACE(act) false