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

Go to the source code of this file.

Functions

 XrdVERSIONINFO (XrdClGetPlugIn, XrdClGetPlugIn) extern "C"

Function Documentation

◆ XrdVERSIONINFO()

XrdVERSIONINFO ( XrdClGetPlugIn ,
XrdClGetPlugIn  )

Definition at line 28 of file XrdClRecorderPlugin.cc.

31{
32 void* XrdClGetPlugIn( const void* arg )
33 {
34 const std::map<std::string, std::string>* config =
35 static_cast< const std::map<std::string, std::string>* >(arg);
36 return static_cast<void*>(new XrdCl::RecorderFactory( config ) );
37 }
38}
void * XrdClGetPlugIn(const void *)
XrdCl recorder plug-in factory.

References XrdClGetPlugIn().

Here is the call graph for this function: