|
XRootD
|
#include <fcntl.h>#include <getopt.h>#include <cstdio>#include <cstdlib>#include <cstring>#include <sys/stat.h>#include <sys/types.h>#include "XrdVersion.hh"#include "XrdApps/XrdCpConfig.hh"#include "XrdApps/XrdCpFile.hh"#include "XrdCks/XrdCksCalc.hh"#include "XrdCks/XrdCksManager.hh"#include "XrdOuc/XrdOucStream.hh"#include "XrdSys/XrdSysE2T.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysLogger.hh"#include "../../LICENSE"
Include dependency graph for XrdCpConfig.cc:Go to the source code of this file.
Classes | |
| class | XrdCpConfig |
Namespaces | |
| namespace | XrdCpConfiguration |
Macros | |
| #define | EMSG(x) std::cerr <<PName <<": " <<x <<std::endl |
| #define | FMSG(x, y) {EMSG(x);exit(y);} |
| #define | OPT_TYPE |
| #define | UMSG(x) {EMSG(x);Usage(22);} |
| #define | ZMSG(x) {EMSG(x);return 0;} |
Variables | |
| static XrdSysLogger | XrdCpConfiguration::Logger |
| #define EMSG | ( | x | ) | std::cerr <<PName <<": " <<x <<std::endl |
Definition at line 55 of file XrdCpConfig.cc.
Referenced by XrdCpConfig::Config(), and XrdXrootdResponse::Send().
| #define FMSG | ( | x, | |
| y ) {EMSG(x);exit(y);} |
Definition at line 57 of file XrdCpConfig.cc.
Referenced by XrdCpConfig::Config().
| #define OPT_TYPE |
Definition at line 68 of file XrdCpConfig.cc.
Definition at line 59 of file XrdCpConfig.cc.
Referenced by XrdCpConfig::Config().
| #define ZMSG | ( | x | ) | {EMSG(x);return 0;} |
Definition at line 61 of file XrdCpConfig.cc.