#include <unistd.h>
#include <cctype>
#include <cerrno>
#include <fcntl.h>
#include <netdb.h>
#include <cstdlib>
#include <strings.h>
#include <cstdio>
#include <netinet/in.h>
#include <sys/param.h>
#include <sys/stat.h>
#include "XrdVersion.hh"
#include "XProtocol/XProtocol.hh"
#include "XrdCks/XrdCks.hh"
#include "XrdNet/XrdNetUtils.hh"
#include "XrdSfs/XrdSfsFlags.hh"
#include "XrdOfs/XrdOfs.hh"
#include "XrdOfs/XrdOfsConfigCP.hh"
#include "XrdOfs/XrdOfsConfigPI.hh"
#include "XrdOfs/XrdOfsEvs.hh"
#include "XrdOfs/XrdOfsFSctl_PI.hh"
#include "XrdOfs/XrdOfsPoscq.hh"
#include "XrdOfs/XrdOfsStats.hh"
#include "XrdOfs/XrdOfsTPC.hh"
#include "XrdOfs/XrdOfsTPCConfig.hh"
#include "XrdOfs/XrdOfsTrace.hh"
#include "XrdOss/XrdOss.hh"
#include "XrdOuc/XrdOuca2x.hh"
#include "XrdOuc/XrdOucEnv.hh"
#include "XrdOuc/XrdOucNSWalk.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdOuc/XrdOucUtils.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdNet/XrdNetAddr.hh"
#include "XrdCms/XrdCmsClient.hh"
#include "XrdCms/XrdCmsFinder.hh"
#include "XrdCms/XrdCmsRole.hh"
#include "XrdAcc/XrdAccAuthorize.hh"
Go to the source code of this file.
|
#define | Max(x, y) (x > y ? x : y) |
|
#define | setBuff(x, y) {strcpy(bp, x); bp += y;} |
|
#define | TS_Bit(x, m, v) if (!strcmp(x,var)) {m |= v; Config.Echo(); return 0;} |
|
#define | TS_Chr(x, m) if (!strcmp(x,var)) {m = val[0]; return 0;} |
|
#define | TS_PList(x, m) |
|
#define | TS_Str(x, m) if (!strcmp(x,var)) {free(m); m = strdup(val); return 0;} |
|
#define | TS_Xeq(x, m) if (!strcmp(x,var)) return m(Config,Eroute); |
|
#define | TS_XPI(x, m) |
|
◆ Max
#define Max |
( |
|
x, |
|
|
|
y |
|
) |
| (x > y ? x : y) |
◆ setBuff
#define setBuff |
( |
|
x, |
|
|
|
y |
|
) |
| {strcpy(bp, x); bp += y;} |
◆ TS_Bit
#define TS_Bit |
( |
|
x, |
|
|
|
m, |
|
|
|
v |
|
) |
| if (!strcmp(x,var)) {m |= v; Config.Echo(); return 0;} |
◆ TS_Chr
#define TS_Chr |
( |
|
x, |
|
|
|
m |
|
) |
| if (!strcmp(x,var)) {m = val[0]; return 0;} |
◆ TS_PList
#define TS_PList |
( |
|
x, |
|
|
|
m |
|
) |
| |
◆ TS_Str
#define TS_Str |
( |
|
x, |
|
|
|
m |
|
) |
| if (!strcmp(x,var)) {free(m); m = strdup(val); return 0;} |
◆ TS_Xeq
#define TS_Xeq |
( |
|
x, |
|
|
|
m |
|
) |
| if (!strcmp(x,var)) return m(Config,Eroute); |
◆ TS_XPI
Value: if (!strcmp(x,var))\
return !ofsConfig->Parse(XrdOfsConfigPI:: m);
Definition at line 116 of file XrdOfsConfig.cc.
◆ XrdVERSIONINFO()
◆ ofsSchedP
◆ OfsStats
◆ OfsTrace
◆ XrdOfsFS
◆ XrdOfsOss