|
XRootD
|
#include "XrdOuc/XrdOucTrace.hh"#include "XrdCrypto/XrdCryptoAux.hh"#include "XrdSys/XrdSysHeaders.hh"
Include dependency graph for XrdCryptoTrace.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | DEBUG(y) TRACE(Debug,y) |
| #define | EPNAME(x) static const char *epname = x; |
| #define | PRINT(y) |
| #define | QTRACE(act) (cryptoTrace && (cryptoTrace->What & cryptoTRACE_ ## act)) |
| #define | TRACE(act, x) if (QTRACE(act)) PRINT(x) |
Variables | |
| XrdOucTrace * | cryptoTrace |
Definition at line 43 of file XrdCryptoTrace.hh.
| #define EPNAME | ( | x | ) | static const char *epname = x; |
Definition at line 44 of file XrdCryptoTrace.hh.
| #define PRINT | ( | y | ) |
Definition at line 40 of file XrdCryptoTrace.hh.
| #define QTRACE | ( | act | ) | (cryptoTrace && (cryptoTrace->What & cryptoTRACE_ ## act)) |
Definition at line 39 of file XrdCryptoTrace.hh.
Definition at line 42 of file XrdCryptoTrace.hh.
|
extern |
Definition at line 39 of file XrdCryptoAux.cc.
Referenced by XrdCryptoSetTrace().