lotus/extern/sector-storage/fsutil/statfs.go

8 lines
129 B
Go
Raw Normal View History

2020-07-08 14:58:09 +00:00
package fsutil
type FsStat struct {
Capacity int64
Available int64 // Available to use for sector storage
Reserved int64
}