ldas-tools-diskcacheAPI
2.6.3
|
Addition information regarding a scan request. More...
#include <MountPointManager.hh>
Classes | |
struct | stats |
Public Types | |
enum | dir_state { DIRECTORY_STATE_DELETED, DIRECTORY_STATE_MODIFIED, DIRECTORY_STATE_NEW } |
typedef std::map< std::string, stats > | directory_stats_type |
Public Member Functions | |
void | AddResults (const std::string &Directory, dir_state DirectoryState, INT_4U Added, INT_4U Deleted) |
template<typename Op > | |
void | operator() (Op &Operation) const |
Addition information regarding a scan request.
The information presented here may be benificial when producing verbose messages or logging results.
typedef std::map< std::string, stats > diskCache::MountPointManager::ScanResults::directory_stats_type |
|
inline |
void diskCache::MountPointManager::ScanResults::operator() | ( | Op & | Operation | ) | const |