#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 "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdCns/XrdCnsDaemon.hh"
#include "XrdCns/XrdCnsLogRec.hh"
Go to the source code of this file.
Namespaces | |
namespace | XrdCns |
Variables | |
const char * | XrdCnsDaemonCVSID = "$Id: XrdCnsDaemon.cc 35287 2010-09-14 21:19:35Z ganis $" |
XrdSysError | XrdCns::MLog |
XrdOucTrace | XrdCns::XrdTrace |
XrdCnsDaemon | XrdCns::XrdCnsd |
const char* XrdCnsDaemonCVSID = "$Id: XrdCnsDaemon.cc 35287 2010-09-14 21:19:35Z ganis $" |
Definition at line 13 of file XrdCnsDaemon.cc.