|
XRootD
|
#include <unistd.h>#include <cctype>#include <cerrno>#include <signal.h>#include <cstdlib>#include <cstring>#include <strings.h>#include <cstdio>#include <sys/param.h>#include "XrdFrc/XrdFrcTrace.hh"#include "XrdFrm/XrdFrmAdmin.hh"#include "XrdFrm/XrdFrmConfig.hh"#include "XrdNet/XrdNetOpts.hh"#include "XrdNet/XrdNetSocket.hh"#include "XrdOuc/XrdOucTokenizer.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysLogger.hh"
Include dependency graph for XrdFrmAdminMain.cc:Go to the source code of this file.
Functions | |
| void | add_history (const char *cLine) |
| int | main (int argc, char *argv[]) |
| char * | readline (const char *prompt) |
| void | stifle_history (int hnum) |
Variables | |
| XrdOucTrace XrdTrace & | Say |
| static const char * | XrdFrmOpts = "c:dhn:v" |
| static const char * | XrdFrmUsage |
| XrdSysError | XrdLog (0, "") |
| XrdOucTrace * | XrdXrootdTrace |
| void add_history | ( | const char * | cLine | ) |
Definition at line 117 of file XrdFrmAdminMain.cc.
Referenced by main().
Here is the caller graph for this function:| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 125 of file XrdFrmAdminMain.cc.
References add_history(), XrdCms::Admin, XrdOucTokenizer::Attach(), XrdCms::Config, XrdOucTokenizer::GetLine(), XrdOucTokenizer::GetToken(), XrdGlobal::Logger, XrdSysError::logger(), readline(), XrdFrc::Say, stifle_history(), XrdLog, and XrdXrootdTrace.
Here is the call graph for this function:| char* readline | ( | const char * | prompt | ) |
Definition at line 108 of file XrdFrmAdminMain.cc.
Referenced by main().
Here is the caller graph for this function:| void stifle_history | ( | int | hnum | ) |
Definition at line 118 of file XrdFrmAdminMain.cc.
Referenced by main().
Here is the caller graph for this function:| XrdOucTrace XrdTrace& Say |
Definition at line 98 of file XrdFrmAdminMain.cc.
|
static |
Definition at line 33 of file XrdFrmAdminMain.cc.
|
static |
Definition at line 34 of file XrdFrmAdminMain.cc.
| XrdSysError XrdLog(0, "") | ( | 0 | , |
| "" | |||
| ) |
Referenced by main(), XrdScheduler::Run(), and XrdScheduler::Start().
| XrdOucTrace* XrdXrootdTrace |
Definition at line 96 of file XrdFrmAdminMain.cc.
Referenced by main().