ark::supervisor::MountPointEntry
Defined in header “ark/supervisor/mount_singleton.hh”.
An entry in the /proc/mounts file. Returned from the parse_mounts() API.
Variables
-
std::string source
The mount source (device). -
std::string target
The mount target (where we are mounting it). -
std::string type
The filesystem type. -
std::vector< std::string > options
The actual mount options.