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