#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <stdlib.h>
#include <strings.h>
#include <stdio.h>
#include <netinet/in.h>
#include <sys/param.h>
#include "XrdOfs/XrdOfs.hh"
#include "XrdOfs/XrdOfsEvs.hh"
#include "XrdOfs/XrdOfsPoscq.hh"
#include "XrdOfs/XrdOfsStats.hh"
#include "XrdOfs/XrdOfsTrace.hh"
#include "XrdNet/XrdNetDNS.hh"
#include "XrdOuc/XrdOuca2x.hh"
#include "XrdOuc/XrdOucEnv.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysPlugin.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdOuc/XrdOucTrace.hh"
#include "XrdOuc/XrdOucUtils.hh"
#include "XrdCms/XrdCmsClient.hh"
#include "XrdCms/XrdCmsFinder.hh"
#include "XrdAcc/XrdAccAuthorize.hh"
Defines |
#define | TS_Xeq(x, m) if (!strcmp(x,var)) return m(Config,Eroute); |
#define | TS_Str(x, m) if (!strcmp(x,var)) {free(m); m = strdup(val); return 0;} |
#define | TS_PList(x, m) |
#define | TS_Chr(x, m) if (!strcmp(x,var)) {m = val[0]; return 0;} |
#define | TS_Bit(x, m, v) if (!strcmp(x,var)) {m |= v; Config.Echo(); return 0;} |
#define | Max(x, y) (x > y ? x : y) |
#define | setBuff(x, y) {strcpy(bp, x); bp += y;} |
Variables |
XrdOfsStats | OfsStats |
XrdOucTrace | OfsTrace |
XrdOss * | XrdOfsOss |
Define Documentation
#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 |
|
) |
| |
Value:if (!strcmp(x,var)) \
{m.Insert(new XrdOucPList(val,1)); return 0;}
#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); |
Variable Documentation