XRootD
Loading...
Searching...
No Matches
XrdPssCks.cc File Reference
#include <cstdio>
#include "XrdPss/XrdPss.hh"
#include "XrdPss/XrdPssCks.hh"
#include "XrdPss/XrdPssTrace.hh"
#include "XrdVersion.hh"
#include "XrdOuc/XrdOucTokenizer.hh"
#include "XrdPosix/XrdPosixXrootd.hh"
#include "XrdPss/XrdPssUrlInfo.hh"
+ Include dependency graph for XrdPssCks.cc:

Go to the source code of this file.

Namespaces

namespace  XrdProxy
 

Macros

#define ENODATA   ENOATTR
 

Functions

XrdCksXrdCksInit (XrdSysError *eDest, const char *cFN, const char *Parms)
 
 XrdVERSIONINFO (XrdCksInit, PssCks)
 

Macro Definition Documentation

◆ ENODATA

#define ENODATA   ENOATTR

Definition at line 44 of file XrdPssCks.cc.

Function Documentation

◆ XrdCksInit()

XrdCks * XrdCksInit ( XrdSysError * eDest,
const char * cFN,
const char * Parms )

Definition at line 69 of file XrdPssCks.cc.

69{XrdCks *XrdCksInit(XrdSysError *eDest, // The error msg object
70 const char *cFN, // Config file name
71 const char *Parms // Parms via lib directive
72 ) {return (XrdCks *)new XrdPssCks(eDest);}
XrdCks * XrdCksInit(XrdSysError *eDest, const char *cFN, const char *Parms)
Definition XrdPssCks.cc:69
XrdSysError eDest(0, "pss_")

References XrdProxy::eDest, and XrdCksInit().

Referenced by XrdCksInit().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ XrdVERSIONINFO()

XrdVERSIONINFO ( XrdCksInit ,
PssCks  )