|
xrootd
|
#include "XrdOuc/XrdOucTrace.hh"#include "XrdSut/XrdSutAux.hh"#include "XrdSys/XrdSysHeaders.hh"
Go to the source code of this file.
Defines | |
| #define | QTRACE(act) (sutTrace && (sutTrace->What & sutTRACE_ ## act)) |
| #define | PRINT(y) |
| #define | TRACE(act, x) if (QTRACE(act)) PRINT(x) |
| #define | DEBUG(y) TRACE(Debug,y) |
| #define | EPNAME(x) static const char *epname = x; |
Variables | |
| XrdOucTrace * | sutTrace |
| #define DEBUG | ( | y | ) | TRACE(Debug,y) |
| #define EPNAME | ( | x | ) | static const char *epname = x; |
| #define TRACE | ( | act, | |
| x | |||
| ) | if (QTRACE(act)) PRINT(x) |
1.7.3