#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 "Xrd/XrdTrace.hh"#include "XrdCns/XrdCnsConfig.hh"#include "XrdCns/XrdCnsDaemon.hh"#include "XrdOuc/XrdOucStream.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysHeaders.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 | |
| XrdOucTrace | XrdCns::XrdTrace (&MLog) |
| void * | XrdCns::MLogWorker (void *parg) |
| int | main (int argc, char *argv[]) |
Variables | |
| const char * | XrdCnsMainCVSID = "$Id: XrdCnsMain.cc 32231 2010-02-05 18:24:46Z ganis $" |
| XrdCnsConfig | XrdCns::Config |
| XrdCnsDaemon | XrdCns::XrdCnsd |
| XrdSysError | XrdCns::MLog (0,"Cns_") |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 144 of file XrdCnsMain.cc.
References XrdOucStream::Attach(), XrdSysLogger::Bind(), XrdFrm::Config(), XrdFrmConfig::Configure(), XrdSysError::Emsg(), getenv(), XrdCnsDaemon::getEvents(), XrdSysError::logger(), XrdCns::MLog, XrdCns::MLogWorker(), NULL, XrdSysThread::Run(), XrdSysLogger::setKeep(), XrdSysThread::setStackSize(), SIG_BLOCK, size_t, STDIN_FILENO, strcat(), strcpy(), XrdCns::XrdCnsd, and XRDSYSTHREAD_BIND.
| const char* XrdCnsMainCVSID = "$Id: XrdCnsMain.cc 32231 2010-02-05 18:24:46Z ganis $" |
Definition at line 13 of file XrdCnsMain.cc.
1.5.1