1 #ifndef _XRDSSI_TRACE_H 2 #define _XRDSSI_TRACE_H 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 Definition: XrdSsiShMap.hh:43
Definition: XrdSysTrace.hh:48