mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
Merge pull request #223 from fkautz/pr_out_updating_comment_describing_data_type
This commit is contained in:
commit
a86e5b5586
@ -35,11 +35,13 @@ import (
|
|||||||
VersionPatch uint16
|
VersionPatch uint16
|
||||||
VersionReserved uint16
|
VersionReserved uint16
|
||||||
Reserved uint64
|
Reserved uint64
|
||||||
GobHeaderLen uint32
|
DataLen uint64
|
||||||
GobHeader io.Reader // matches length
|
HeaderCrc32c uint32
|
||||||
BlockData [4]byte // Magic="DATA"=1096040772
|
BlockData [4]byte // Magic="DATA"=1096040772
|
||||||
Data io.Reader // matches length
|
Data io.Reader // matches length
|
||||||
BlockLen uint64 // length to block start
|
HeaderCrc32c uint32
|
||||||
|
DataSha512 [64]byte
|
||||||
|
BlockLen uint64 // length of entire frame, inclusive of MINI and INIM
|
||||||
BlockEnd [4]byte // Magic="INIM"=1296649801
|
BlockEnd [4]byte // Magic="INIM"=1296649801
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user