ldas-tools-frameAPI
2.6.5
|
#include <MountMgr.hh>
Classes | |
struct | MountPoint |
Public Types | |
typedef LDASTools::AL::unordered_map< dev_t, MountPoint > | mnt_info_type |
typedef std::set< std::string > | active_fstypes_type |
typedef LDASTools::AL::ReadWriteLock::baton_type | baton_type |
Public Member Functions | |
MountMgr () | |
~MountMgr () | |
void | IsKnownFSType (const std::string &FSType) |
const MountPoint | Lookup (dev_t Device) |
Private Member Functions | |
void | sync () |
Private Attributes | |
baton_type | m_update_lock |
mnt_info_type | m_mnt_info |
active_fstypes_type | m_active_fstypes |
time_t | m_last_mtime |
std::ostringstream | m_active_fstypes_msg |
typedef std::set< std::string > FrameAPI::MountMgr::active_fstypes_type |
typedef LDASTools::AL::ReadWriteLock::baton_type FrameAPI::MountMgr::baton_type |
typedef LDASTools::AL::unordered_map< dev_t, MountPoint > FrameAPI::MountMgr::mnt_info_type |
MountMgr::MountMgr | ( | ) |
MountMgr::~MountMgr | ( | ) |
void MountMgr::IsKnownFSType | ( | const std::string & | FSType | ) |
const MountMgr::MountPoint MountMgr::Lookup | ( | dev_t | Device | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |