mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-10 15:58:40 +00:00
Add CachedSize field
This commit is contained in:
parent
388a29bbe2
commit
68c5dcd83d
@ -20,6 +20,7 @@ type FileInfo struct {
|
||||
Modified int64
|
||||
Version Vector
|
||||
LocalVersion int64
|
||||
CachedSize int64 // noencode (cache only)
|
||||
Blocks []BlockInfo // max:1000000
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user