Add CachedSize field

This commit is contained in:
AudriusButkevicius 2015-08-26 22:33:03 +01:00
parent 388a29bbe2
commit 68c5dcd83d

View File

@ -20,6 +20,7 @@ type FileInfo struct {
Modified int64
Version Vector
LocalVersion int64
CachedSize int64 // noencode (cache only)
Blocks []BlockInfo // max:1000000
}