XRootD
XrdPfcPurgeQuota.cc File Reference
#include "XrdPfc.hh"
#include "XrdPfcPurgePin.hh"
#include "XrdPfcDirStateSnapshot.hh"
#include "XrdOuc/XrdOucEnv.hh"
#include "XrdOuc/XrdOucUtils.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdOuc/XrdOuca2x.hh"
#include <fcntl.h>
+ Include dependency graph for XrdPfcPurgeQuota.cc:

Go to the source code of this file.

Classes

class  XrdPfcPurgeQuota
 

Functions

XrdPfc::PurgePinXrdPfcGetPurgePin (XrdSysError &)
 

Function Documentation

◆ XrdPfcGetPurgePin()

XrdPfc::PurgePin* XrdPfcGetPurgePin ( XrdSysError )

Definition at line 133 of file XrdPfcPurgeQuota.cc.

134  {
135  return new XrdPfcPurgeQuota();
136  }