|
XRootD
|
#include "XrdOuc/XrdOucTrace.hh"#include "XrdCrypto/XrdCryptoAux.hh"#include "XrdSys/XrdSysHeaders.hh"
Include dependency graph for XrdCryptosslTrace.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) (sslTrace && (sslTrace->What & cryptoTRACE_ ## act)) |
| #define | TRACE(act, x) if (QTRACE(act)) PRINT(x) |
Variables | |
| XrdOucTrace * | sslTrace |
Definition at line 42 of file XrdCryptosslTrace.hh.
| #define EPNAME | ( | x | ) | static const char *epname = x; |
Definition at line 43 of file XrdCryptosslTrace.hh.
| #define PRINT | ( | y | ) |
Definition at line 39 of file XrdCryptosslTrace.hh.
Definition at line 38 of file XrdCryptosslTrace.hh.
Definition at line 41 of file XrdCryptosslTrace.hh.
|
extern |
Definition at line 50 of file XrdCryptosslAux.cc.
Referenced by XrdCryptosslFactory::SetTrace().