XRootD
Loading...
Searching...
No Matches
XrdAccAuthFile.cc File Reference
#include <cerrno>
#include <fcntl.h>
#include <cstring>
#include <strings.h>
#include <sys/stat.h>
#include "XrdAcc/XrdAccAuthFile.hh"
+ Include dependency graph for XrdAccAuthFile.cc:

Go to the source code of this file.

Functions

XrdAccAuthDBXrdAccAuthDBObject (XrdSysError *erp)
 

Function Documentation

◆ XrdAccAuthDBObject()

XrdAccAuthDB * XrdAccAuthDBObject ( XrdSysError * erp)

Definition at line 43 of file XrdAccAuthFile.cc.

44{
45 static XrdAccAuthFile mydatabase(erp);
46
47 return (XrdAccAuthDB *)&mydatabase;
48}

Referenced by XrdAccConfig::ConfigDB().

+ Here is the caller graph for this function: