#include <unistd.h>#include <ctype.h>#include <errno.h>#include <signal.h>#include <stdlib.h>#include <string.h>#include <strings.h>#include <stdio.h>#include <sys/param.h>#include "XrdCns/XrdCnsSsi.hh"#include "XrdCns/XrdCnsSsiCfg.hh"#include "XrdCns/XrdCnsSsiSay.hh"#include "XrdOuc/XrdOucTList.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysLogger.hh"#include "XrdSys/XrdSysPthread.hh"#include "XrdSys/XrdSysTimer.hh"Go to the source code of this file.
Namespaces | |
| namespace | XrdCns |
Functions | |
| XrdCnsSsiSay | XrdCns::Say (&MLog) |
| void * | XrdCns::MLogWorker (void *parg) |
| int | main (int argc, char *argv[]) |
Variables | |
| const char * | XrdCnsSsiMainCVSID = "$Id: XrdCnsSsiMain.cc 30949 2009-11-02 16:37:58Z ganis $" |
| XrdCnsSsiCfg | XrdCns::Config |
| XrdSysError | XrdCns::MLog (0,"Cns_") |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 108 of file XrdCnsSsiMain.cc.
References XrdSysLogger::Bind(), XrdFrm::Config(), XrdFrmConfig::Configure(), XrdSysError::Emsg(), getenv(), i, XrdCnsSsi::List(), XrdSysError::logger(), XrdCns::MLog, XrdCns::MLogWorker(), XrdOucTList::next, NULL, XrdSysThread::Run(), XrdFrm::Say(), XrdSysThread::setStackSize(), SIG_BLOCK, size_t, strcat(), strcpy(), XrdOucTList::text, XrdCnsSsi::Updt(), XrdOucTList::val, XrdFrmConfig::Verbose, and XRDSYSTHREAD_BIND.
| const char* XrdCnsSsiMainCVSID = "$Id: XrdCnsSsiMain.cc 30949 2009-11-02 16:37:58Z ganis $" |
Definition at line 13 of file XrdCnsSsiMain.cc.
1.5.1