XRootD
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. More...
 
 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 }
XrdSysLogger Logger
Definition: XrdGlobals.cc:47

References XrdGlobal::Logger.

◆ XrdVERSIONINFO()

XrdVERSIONINFO ( XrdCmsGetClient  ,
XrdCmsRedirLocal   
)