XRootD
Loading...
Searching...
No Matches
XrdPfcBlacklistDecision.cc File Reference
#include "XrdPfcDecision.hh"
#include "XrdSys/XrdSysError.hh"
#include <vector>
#include <fcntl.h>
#include <cstdio>
#include <fnmatch.h>
+ Include dependency graph for XrdPfcBlacklistDecision.cc:

Go to the source code of this file.

Classes

class  BlacklistDecision
 

Functions

XrdPfc::DecisionXrdPfcGetDecision (XrdSysError &err)
 

Function Documentation

◆ XrdPfcGetDecision()

XrdPfc::Decision * XrdPfcGetDecision ( XrdSysError err)

Definition at line 102 of file XrdPfcBlacklistDecision.cc.

103{
104 return new BlacklistDecision(err);
105}