Browse Source

Add CachedSize field

AudriusButkevicius 10 years ago
parent
commit
68c5dcd83d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      message.go

+ 1 - 0
message.go

@@ -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
 }
 }