#include <unistd.h>#include <errno.h>#include <fcntl.h>#include <signal.h>#include <strings.h>#include <stdio.h>#include <sys/file.h>#include <sys/stat.h>#include <sys/types.h>#include "XrdVersion.hh"#include "XrdFfs/XrdFfsPosix.hh"#include "XrdPss/XrdPss.hh"#include "XrdPosix/XrdPosixXrootd.hh"#include "XrdOss/XrdOssError.hh"#include "XrdOuc/XrdOucEnv.hh"#include "XrdSec/XrdSecEntity.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysPlatform.hh"Go to the source code of this file.
Namespaces | |
| namespace | XrdProxy | 
Functions | |
| XrdOss * | XrdOssGetStorageSystem (XrdOss *native_oss, XrdSysLogger *Logger, const char *config_fn, const char *parms) | 
Variables | |
| static XrdPssSys | XrdProxy::XrdProxySS | 
| XrdSysError | XrdProxy::eDest (0,"proxy_") | 
| static const int | XrdProxy::PBsz = 4096 | 
| XrdOss* XrdOssGetStorageSystem | ( | XrdOss * | native_oss, | |
| XrdSysLogger * | Logger, | |||
| const char * | config_fn, | |||
| const char * | parms | |||
| ) | 
Definition at line 65 of file XrdPss.cc.
References XrdPssSys::Init(), Logger, and XrdProxy::XrdProxySS.
 1.5.1