Add size to StatusReport.
This commit is contained in:
parent
1650750fd0
commit
86847b7c3c
1 changed files with 2 additions and 1 deletions
|
@ -45,8 +45,9 @@ type INodeList struct {
|
|||
safe sync.Mutex
|
||||
}
|
||||
|
||||
type statusReport struct {
|
||||
type StatusReport struct {
|
||||
path string
|
||||
size int64
|
||||
err error
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue