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
42 #define DEBUG(tid,y) if (SysTrace.What & TRACEPSS_Debug) \
43 {SysTrace.Beg(tid, epname) <<y; SysTrace.End();}
45 #define EPNAME(x) static const char *epname = x;
51 #define QTRACE(act) false