|
XRootD
|
#include <map>#include <set>#include <string>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <sys/types.h>#include "XrdNet/XrdNetMsg.hh"#include "XrdNet/XrdNetPMarkCfg.hh"#include "XrdNet/XrdNetPMarkFF.hh"#include "XrdNet/XrdNetUtils.hh"#include "XrdOuc/XrdOuca2x.hh"#include "XrdOuc/XrdOucJson.hh"#include "XrdOuc/XrdOucMapP2X.hh"#include "XrdOuc/XrdOucProg.hh"#include "XrdOuc/XrdOucStream.hh"#include "XrdOuc/XrdOucString.hh"#include "XrdOuc/XrdOucUtils.hh"#include "XrdSec/XrdSecEntity.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysPthread.hh"#include "XrdSys/XrdSysTimer.hh"#include "XrdSys/XrdSysTrace.hh"
Include dependency graph for XrdNetPMarkCfg.cc:Go to the source code of this file.
Classes | |
| struct | XrdNetPMarkConfig::CfgInfo |
| class | XrdNetPMarkConfig::ExpInfo |
| class | XrdNetPMarkConfig::MapInfo |
Namespaces | |
| namespace | XrdNetPMarkConfig |
Macros | |
| #define | DBGID(tid, txt) if (doDebug) SYSTRACE(Trace->, tid, epName, 0, txt) |
| #define | DEBUG(txt) if (doDebug) SYSTRACE(Trace->, 0, epName, 0, txt) |
| #define | EPName(ep) const char *epName = ep |
| #define | TRACE(txt) if (doTrace) SYSTRACE(Trace->, client.tident, epName, 0, txt) |
Typedefs | |
| using | json = nlohmann::json |
Definition at line 68 of file XrdNetPMarkCfg.cc.
Referenced by XrdNetPMarkCfg::Begin().
Definition at line 65 of file XrdNetPMarkCfg.cc.
| #define EPName | ( | ep | ) | const char *epName = ep |
Definition at line 71 of file XrdNetPMarkCfg.cc.
Referenced by XrdNetPMarkCfg::Begin().
| #define TRACE | ( | txt | ) | if (doTrace) SYSTRACE(Trace->, client.tident, epName, 0, txt) |
Definition at line 62 of file XrdNetPMarkCfg.cc.
| using json = nlohmann::json |
Definition at line 849 of file XrdNetPMarkCfg.cc.