XRootD
XrdBwmHandle.cc File Reference
#include <cstdio>
#include <cstring>
#include "XrdBwm/XrdBwmHandle.hh"
#include "XrdBwm/XrdBwmLogger.hh"
#include "XrdBwm/XrdBwmTrace.hh"
#include "XrdSfs/XrdSfsInterface.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysPlatform.hh"
#include "XProtocol/XProtocol.hh"
+ Include dependency graph for XrdBwmHandle.cc:

Go to the source code of this file.

Classes

class  XrdBwmHandleCB
 

Macros

#define tident   Parms.Tident
 
#define tident   hP->Parms.Tident
 

Functions

void * XrdBwmHanXeq (void *pp)
 

Variables

XrdSysError BwmEroute
 

Macro Definition Documentation

◆ tident [1/2]

#define tident   Parms.Tident

Definition at line 223 of file XrdBwmHandle.cc.

◆ tident [2/2]

#define tident   hP->Parms.Tident

Definition at line 223 of file XrdBwmHandle.cc.

Function Documentation

◆ XrdBwmHanXeq()

void* XrdBwmHanXeq ( void *  pp)

Definition at line 97 of file XrdBwmHandle.cc.

98 {
99  return XrdBwmHandle::Dispatch();
100 }
static void * Dispatch()

References XrdBwmHandle::Dispatch().

Referenced by XrdBwmHandle::setPolicy().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ BwmEroute