#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"
Go to the source code of this file.
|
using | json = nlohmann::json |
|
◆ DBGID
#define DBGID |
( |
| tid, |
|
|
| txt ) |
Value:
#define SYSTRACE(obj, usr, epn, txt, dbg)
Definition at line 68 of file XrdNetPMarkCfg.cc.
68#define DBGID(tid, txt) \
69 if (doDebug) SYSTRACE(Trace->, tid, epName, 0, txt)
Referenced by XrdNetPMarkCfg::Begin().
◆ DEBUG
Value:
Definition at line 65 of file XrdNetPMarkCfg.cc.
65#define DEBUG(txt) \
66 if (doDebug) SYSTRACE(Trace->, 0, epName, 0, txt)
◆ EPName
◆ TRACE
Value:
Definition at line 62 of file XrdNetPMarkCfg.cc.
62#define TRACE(txt) \
63 if (doTrace) SYSTRACE(Trace->, client.tident, epName, 0, txt)
◆ json
using json = nlohmann::json |