|
xrootd
|
#include <unistd.h>#include <errno.h>#include <string.h>#include <stdio.h>#include <stdlib.h>#include <sys/param.h>#include <sys/stat.h>#include <sys/types.h>#include "XrdVersion.hh"#include "XrdBwm/XrdBwm.hh"#include "XrdBwm/XrdBwmTrace.hh"#include "XrdAcc/XrdAccAuthorize.hh"#include "XrdOuc/XrdOucEnv.hh"#include "XrdOuc/XrdOucTrace.hh"#include "XrdSec/XrdSecEntity.hh"#include "XrdSfs/XrdSfsAio.hh"#include "XrdSfs/XrdSfsInterface.hh"#include "XrdSys/XrdSysDNS.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysLogger.hh"#include "XrdSys/XrdSysPlatform.hh"#include "XrdSys/XrdSysPthread.hh"
Functions | |
| XrdVERSIONINFO (XrdSfsGetFileSystem, XrdBwm) | |
| XrdSfsFileSystem * | XrdSfsGetFileSystem (XrdSfsFileSystem *native_fs, XrdSysLogger *lp, const char *configfn) |
Variables | |
| XrdSysError | BwmEroute (0) |
| XrdBwm | XrdBwmFS |
| XrdSfsFileSystem* XrdSfsGetFileSystem | ( | XrdSfsFileSystem * | native_fs, |
| XrdSysLogger * | lp, | ||
| const char * | configfn | ||
| ) |
References BwmEroute, XrdBwm::ConfigFN, XrdBwm::Configure(), XrdSysError::logger(), XrdSysError::Say(), XrdSysError::SetPrefix(), XrdBwmFS, and XrdVSTRING.
Referenced by XrdBwm::XrdBwm().
| XrdVERSIONINFO | ( | XrdSfsGetFileSystem | , |
| XrdBwm | |||
| ) |
| XrdOucTrace BwmTrace & BwmEroute |
Referenced by XrdBwm::Emsg(), and XrdSfsGetFileSystem().
| XrdBwm XrdBwmFS |
Referenced by XrdSfsGetFileSystem().
1.8.3.1