![]() |
XRootD
|
Describe a file open event to the monitor. More...
#include <XrdClMonitor.hh>
Public Member Functions | |
OpenInfo () | |
Public Attributes | |
std::string | dataServer |
Actual fata server. More... | |
const URL * | file |
File in question. More... | |
uint64_t | fSize |
File size in bytes. More... | |
uint16_t | oFlags |
OpenFlags. More... | |
Describe a file open event to the monitor.
Definition at line 102 of file XrdClMonitor.hh.
|
inline |
Definition at line 104 of file XrdClMonitor.hh.
std::string XrdCl::Monitor::OpenInfo::dataServer |
Actual fata server.
Definition at line 106 of file XrdClMonitor.hh.
Referenced by XrdCl::FileStateHandler::OnOpen().
const URL* XrdCl::Monitor::OpenInfo::file |
File in question.
Definition at line 105 of file XrdClMonitor.hh.
Referenced by XrdCl::FileStateHandler::OnOpen().
uint64_t XrdCl::Monitor::OpenInfo::fSize |
File size in bytes.
Definition at line 107 of file XrdClMonitor.hh.
Referenced by XrdCl::FileStateHandler::OnOpen().
uint16_t XrdCl::Monitor::OpenInfo::oFlags |
Definition at line 108 of file XrdClMonitor.hh.
Referenced by XrdCl::FileStateHandler::OnOpen().