Add size to StatusReport.

This commit is contained in:
Blallo 2019-05-16 21:00:40 +02:00
parent 1650750fd0
commit 86847b7c3c
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

View file

@ -45,8 +45,9 @@ type INodeList struct {
safe sync.Mutex
}
type statusReport struct {
type StatusReport struct {
path string
size int64
err error
}