blob: 78b83ced4a1a6bc8a4e83f3b2a5176319afe1c36 [file] [log] [blame]
package mount
type MountInfo struct {
Id, Parent, Major, Minor int
Root, Mountpoint, Opts string
Fstype, Source, VfsOpts string
}