Rewrite of the file model and pulling mechanism. Needs lots of cleanup and bugfixes, now...
This commit is contained in:
@@ -9,7 +9,7 @@ type FileInfo struct {
|
||||
Name string // max:1024
|
||||
Flags uint32
|
||||
Modified int64
|
||||
Version uint32
|
||||
Version uint64
|
||||
Blocks []BlockInfo // max:100000
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user