XRootD
OssDPath Struct Reference

#include <XrdOssConfig.hh>

+ Collaboration diagram for OssDPath:

Public Member Functions

 OssDPath (OssDPath *dP, char *p1, char *p2)
 

Public Attributes

OssDPathNext
 
char * Path1
 
char * Path2
 

Detailed Description

Definition at line 48 of file XrdOssConfig.hh.

Constructor & Destructor Documentation

◆ OssDPath()

OssDPath::OssDPath ( OssDPath dP,
char *  p1,
char *  p2 
)
inline

Definition at line 52 of file XrdOssConfig.hh.

52 : Next(dP),Path1(p1),Path2(p2) {}
char * Path2
Definition: XrdOssConfig.hh:51
OssDPath * Next
Definition: XrdOssConfig.hh:49
char * Path1
Definition: XrdOssConfig.hh:50

Member Data Documentation

◆ Next

OssDPath* OssDPath::Next

Definition at line 49 of file XrdOssConfig.hh.

Referenced by XrdOssSys::getStats().

◆ Path1

char* OssDPath::Path1

Definition at line 50 of file XrdOssConfig.hh.

Referenced by XrdOssSys::getStats().

◆ Path2

char* OssDPath::Path2

Definition at line 51 of file XrdOssConfig.hh.

Referenced by XrdOssSys::getStats().


The documentation for this struct was generated from the following file: