XRootD
Loading...
Searching...
No Matches
XrdPfc::FPurgeState::FS Struct Reference
+ Collaboration diagram for XrdPfc::FPurgeState::FS:

Public Member Functions

 FS (const std::string &dname, const char *fname, long long n, time_t t, DirState *ds)
 

Public Attributes

DirStatedirState
 
long long nBytes
 
std::string path
 
time_t time
 

Detailed Description

Definition at line 225 of file XrdPfcPurge.cc.

Constructor & Destructor Documentation

◆ FS()

XrdPfc::FPurgeState::FS::FS ( const std::string &  dname,
const char *  fname,
long long  n,
time_t  t,
DirState ds 
)
inline

Definition at line 232 of file XrdPfcPurge.cc.

232 :
233 path(dname + fname), nBytes(n), time(t), dirState(ds)
234 {}

Member Data Documentation

◆ dirState

DirState* XrdPfc::FPurgeState::FS::dirState

Definition at line 230 of file XrdPfcPurge.cc.

◆ nBytes

long long XrdPfc::FPurgeState::FS::nBytes

Definition at line 228 of file XrdPfcPurge.cc.

◆ path

std::string XrdPfc::FPurgeState::FS::path

Definition at line 227 of file XrdPfcPurge.cc.

◆ time

time_t XrdPfc::FPurgeState::FS::time

Definition at line 229 of file XrdPfcPurge.cc.


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