Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vasum::MountRuntimeConfig Struct Reference

#include <mounts-config.hpp>

Public Attributes

std::string type
 Filesystem type argument supported by the kernel are listed in /proc/filesystems. More...
 
std::string source
 Device name, but can also be a directory name. More...
 
std::vector< std::string > options
 List of mount options in the fstab format. More...
 

Member Data Documentation

std::vector<std::string> vasum::MountRuntimeConfig::options

List of mount options in the fstab format.

std::string vasum::MountRuntimeConfig::source

Device name, but can also be a directory name.

std::string vasum::MountRuntimeConfig::type

Filesystem type argument supported by the kernel are listed in /proc/filesystems.


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