XRootD
Loading...
Searching...
No Matches
XrdNetPMarkFF.cc File Reference
#include <cstdint>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
#include "Xrd/XrdScheduler.hh"
#include "XrdNet/XrdNetAddrInfo.hh"
#include "XrdNet/XrdNetMsg.hh"
#include "XrdNet/XrdNetPMarkFF.hh"
#include "XrdNet/XrdNetUtils.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysTrace.hh"
Include dependency graph for XrdNetPMarkFF.cc:

Go to the source code of this file.

Namespaces

namespace  XrdNetPMarkConfig

Macros

#define DEBUG(txt)
#define EPName(ep)
#define TRACE(txt)

Macro Definition Documentation

◆ DEBUG

#define DEBUG ( txt)
Value:
if (doDebug) SYSTRACE(Trace->, tident, epName, 0, txt)
#define tident
#define SYSTRACE(obj, usr, epn, txt, dbg)
XrdSysTrace * Trace

Definition at line 55 of file XrdNetPMarkFF.cc.

◆ EPName

#define EPName ( ep)
Value:
const char *epName = ep

Definition at line 57 of file XrdNetPMarkFF.cc.

◆ TRACE

#define TRACE ( txt)
Value:
if (doTrace) SYSTRACE(Trace->, tident, epName, 0, txt)

Definition at line 53 of file XrdNetPMarkFF.cc.