浏览代码

Add CachedSize field

AudriusButkevicius 10 年之前
父节点
当前提交
68c5dcd83d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      message.go

+ 1 - 0
message.go

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