#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.
|
#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) |
|
|
using | json = nlohmann::json |
|
◆ DBGID
#define DBGID |
( |
|
tid, |
|
|
|
txt |
|
) |
| if (doDebug) SYSTRACE(Trace->, tid, epName, 0, txt) |
◆ DEBUG
#define DEBUG |
( |
|
txt | ) |
if (doDebug) SYSTRACE(Trace->, 0, epName, 0, txt) |
◆ EPName
#define EPName |
( |
|
ep | ) |
const char *epName = ep |
◆ TRACE
◆ json
using json = nlohmann::json |