![]() |
XRootD
|
#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"
Go to the source code of this file.
Namespaces | |
XrdNetPMarkConfig | |
Macros | |
#define | DEBUG(txt) if (doDebug) SYSTRACE(Trace->, tident, epName, 0, txt) |
#define | EPName(ep) const char *epName = ep |
#define | TRACE(txt) if (doTrace) SYSTRACE(Trace->, tident, epName, 0, txt) |
Definition at line 55 of file XrdNetPMarkFF.cc.
#define EPName | ( | ep | ) | const char *epName = ep |
Definition at line 57 of file XrdNetPMarkFF.cc.
Definition at line 53 of file XrdNetPMarkFF.cc.