|
XRootD
|
#include <iostream>#include <cstdio>#include <unistd.h>#include <sys/types.h>#include <sys/uio.h>#include "XrdApps/XrdMpxXml.hh"#include "XrdCl/XrdClBuffer.hh"#include "XrdCl/XrdClFileSystem.hh"#include "XrdCl/XrdClURL.hh"#include "XrdCl/XrdClXRootDResponses.hh"
Include dependency graph for XrdQStats.cc:Go to the source code of this file.
Functions | |
| void | Fatal (const XrdCl::XRootDStatus &Status) |
| int | main (int argc, char *argv[]) |
| void | Usage (int rc) |
| void Fatal | ( | const XrdCl::XRootDStatus & | Status | ) |
Definition at line 48 of file XrdQStats.cc.
References XrdCl::Status::code, XrdCl::errErrorResponse, XrdCl::XRootDStatus::GetErrorMessage(), and XrdCl::XRootDStatus::ToStr().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 87 of file XrdQStats.cc.
References Debug, Fatal(), XrdMpxXml::fmtCGI, XrdMpxXml::fmtFlat, XrdMpxXml::fmtText, XrdMpxXml::fmtXML, XrdMpxXml::Format(), XrdCl::Buffer::FromString(), XrdCl::Buffer::GetBuffer(), XrdCl::Status::IsOK(), XrdCl::URL::IsValid(), optind, optopt, XrdCl::QueryCode::Stats, Usage(), and write.
Here is the call graph for this function:| void Usage | ( | int | rc | ) |
Definition at line 67 of file XrdQStats.cc.
Referenced by main().
Here is the caller graph for this function: