#include "XrdClient/XrdClientUrlInfo.hh"
#include "XrdClient/XrdClient.hh"
#include "XrdClient/XrdClientAdmin.hh"
#include "XrdClient/XrdClientDebug.hh"
#include "XrdClient/XrdClientEnv.hh"
#include "XrdOuc/XrdOucTokenizer.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include <stdio.h>
#include <unistd.h>
#include <stdarg.h>
#include <sstream>
Include dependency graph for XrdStageTool.cc:
Classes | |
struct | OpenInfo |
Defines | |
#define | COUT(s) |
#define | CERR(s) |
#define | XRDSTAGETOOL_VERSION "(C) 2004-2010 by the Xrootd group. $Revision$ - Xrootd version: "XrdVSTRING |
Functions | |
void | cout_print (const char *format,...) |
void | cerr_print (const char *format,...) |
void | PrintUsage () |
bool | CheckAnswer (XrdClientAbs *gencli) |
int | main (int argc, char **argv) |
Variables | |
const char * | XrdStageToolCVSID = "$Id$" |
XrdOucString | opaqueinfo |
kXR_unt16 | xrd_open_flags = kXR_retstat |
XrdOucString | srcurl |
bool | useprepare = false |
int | maxopens = 2 |
int | dbglvl = 0 |
int | verboselvl = 0 |
XrdClient * | genclient |
XrdClientAdmin * | genadmin = 0 |
XrdClientVector< XrdClientUrlInfo > | urls |
XrdClientVector< struct OpenInfo > | opening |
|
Value: do { \ cerr_print s; \ } while (0) |
|
Value: do { \ cout_print s; \ } while (0) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|