#include <errno.h>#include <unistd.h>#include <fcntl.h>#include <string.h>#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/uio.h>#include "Xrd/XrdTrace.hh"#include "XrdClient/XrdClient.hh"#include "XrdClient/XrdClientAdmin.hh"#include "XrdCns/XrdCnsConfig.hh"#include "XrdCns/XrdCnsInventory.hh"#include "XrdCns/XrdCnsLog.hh"#include "XrdCns/XrdCnsLogClient.hh"#include "XrdCns/XrdCnsLogFile.hh"#include "XrdCns/XrdCnsLogRec.hh"#include "XrdCns/XrdCnsXref.hh"#include "XrdNet/XrdNetDNS.hh"#include "XrdOuc/XrdOucNSWalk.hh"#include "XrdOuc/XrdOucTList.hh"#include "XrdOuc/XrdOucUtils.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysTimer.hh"Go to the source code of this file.
Namespaces | |
| namespace | XrdCns |
Functions | |
| void * | XrdCns::StartLogClient (void *parg) |
Variables | |
| const char * | XrdCnsLogClientCVSID = "$Id: XrdCnsLogClient.cc 32231 2010-02-05 18:24:46Z ganis $" |
| XrdCnsConfig | XrdCns::Config |
| XrdSysError | XrdCns::MLog |
| XrdOucTrace | XrdCns::XrdTrace |
| const char* XrdCnsLogClientCVSID = "$Id: XrdCnsLogClient.cc 32231 2010-02-05 18:24:46Z ganis $" |
Definition at line 13 of file XrdCnsLogClient.cc.
1.5.1