XRootD
Loading...
Searching...
No Matches
XrdCmsRedirLocal.cc File Reference
+ Include dependency graph for XrdCmsRedirLocal.cc:

Go to the source code of this file.

Functions

XrdCmsClientXrdCmsGetClient (XrdSysLogger *Logger, int opMode, int myPort, XrdOss *theSS)
 Necessary implementation for XRootD to get the Plug-in.
 
 XrdVERSIONINFO (XrdCmsGetClient, XrdCmsRedirLocal)
 

Function Documentation

◆ XrdCmsGetClient()

XrdCmsClient * XrdCmsGetClient ( XrdSysLogger Logger,
int  opMode,
int  myPort,
XrdOss theSS 
)

Necessary implementation for XRootD to get the Plug-in.

Definition at line 25 of file XrdCmsRedirLocal.cc.

26 {
27 XrdCmsRedirLocal *plugin = new XrdCmsRedirLocal(Logger, opMode, myPort, theSS);
28 return plugin;
29}
static XrdSysLogger Logger

References Logger.

◆ XrdVERSIONINFO()

XrdVERSIONINFO ( XrdCmsGetClient  ,
XrdCmsRedirLocal   
)