XRootD
Loading...
Searching...
No Matches
XrdClS3Factory.cc File Reference
#include "XrdClS3Factory.hh"
#include "XrdClS3File.hh"
#include "XrdClS3Filesystem.hh"
#include <openssl/evp.h>
#include <openssl/hmac.h>
#include <XrdCl/XrdClDefaultEnv.hh>
#include <XrdCl/XrdClLog.hh>
#include <fcntl.h>
Include dependency graph for XrdClS3Factory.cc:

Go to the source code of this file.

Functions

void * XrdClGetPlugIn (const void *)
 XrdVERSIONINFO (XrdClGetPlugIn, XrdClGetPlugIn) using namespace XrdClS3

Function Documentation

◆ XrdClGetPlugIn()

void * XrdClGetPlugIn ( const void * )

Definition at line 854 of file XrdClS3Factory.cc.

855 {
856 return static_cast<void*>(new Factory());
857 }

◆ XrdVERSIONINFO()

XrdVERSIONINFO ( XrdClGetPlugIn ,
XrdClGetPlugIn  )

Definition at line 33 of file ProxyPrefixPlugin.cc.

36{
37 void* XrdClGetPlugIn(const void* arg)
38 {
39 const std::map<std::string, std::string>* config =
40 static_cast< const std::map<std::string, std::string>* >(arg);
41 return static_cast<void*>(new xrdcl_proxy::ProxyFactory(config));
42 }
43}
void * XrdClGetPlugIn(const void *)
XrdCl proxy prefix plugin factory.

References XrdClGetPlugIn().

Here is the call graph for this function: