XRootD
XrdOssMirage.cc File Reference
#include "XrdOssMirage.hh"
#include "XrdOssMirageDir.hh"
#include "XrdOssMirageFile.hh"
#include "XrdOssMirageXAttr.hh"
#include "XrdVersion.hh"
#include "XrdSys/XrdSysFAttr.hh"
+ Include dependency graph for XrdOssMirage.cc:

Go to the source code of this file.

Functions

XrdOssXrdOssGetStorageSystem (XrdOss *native_oss, XrdSysLogger *lp, const char *config_fn, const char *parms)
 
 XrdVERSIONINFO (XrdOssGetStorageSystem, XrdOssMirage)
 

Function Documentation

◆ XrdOssGetStorageSystem()

XrdOss* XrdOssGetStorageSystem ( XrdOss native_oss,
XrdSysLogger lp,
const char *  config_fn,
const char *  parms 
)

Definition at line 13 of file XrdOssMirage.cc.

14  {
15  return static_cast<XrdOss *>(new XrdOssMirage);
16  }

◆ XrdVERSIONINFO()

XrdVERSIONINFO ( XrdOssGetStorageSystem  ,
XrdOssMirage   
)