sbuild
1.7.1
|
An entry in a mntstream. More...
#include <mntstream.h>
Public Member Functions | |
mntentry () | |
The constructor. | |
mntentry (const struct mntent &entry) | |
The contructor. More... | |
Public Attributes | |
std::string | filesystem_name |
Name of mounted filesystem. | |
std::string | directory |
File system path prefix. | |
std::string | type |
Mount type. | |
std::string | options |
Mount options. | |
int | dump_frequency |
Dump frequency (days). | |
int | fsck_pass |
Parallel fsck pass number. | |
An entry in a mntstream.
It is a wrapper around the mntent structure declared in mntent.h. Unlike a mntent pointer returned by getmntent(3), a mntentry does not become invalid when the mntstream it was extracted from is destroyed.
sbuild::mntstream::mntentry::mntentry | ( | const struct mntent & | entry) |
The contructor.
entry | the mntent structure to wrap. |