Go to the source code of this file.
#define EPNAME |
( |
|
x | ) |
static const char *epname = x; |
#define FTRACE |
( |
|
act, |
|
|
|
x |
|
) |
| |
Value:
TRACES(x <<
" fn=" << (oh->Name()))
#define GTRACE(act)
Definition: XrdBwmTrace.hh:40
#define TRACES(x)
Definition: XrdBwmTrace.hh:42
#define GTRACE |
( |
|
act | ) |
BwmTrace.What & TRACE_ ## act |
#define TRACE_calls 0x0001 |
#define TRACE_debug 0x8000 |
#define TRACE_delay 0x0002 |
#define TRACE_sched 0x0004 |
#define TRACE_tokens 0x0008 |
#define TRACES |
( |
|
x | ) |
{BwmTrace.Beg(epname,tident); cerr <<x; BwmTrace.End();} |
#define XTRACE |
( |
|
act, |
|
|
|
target, |
|
|
|
x |
|
) |
| if (GTRACE(act)) TRACES(x <<" fn=" <<target) |