Skip to content

Commit

Permalink
Update format_spec.md
Browse files Browse the repository at this point in the history
Signed-off-by: Yifan Yuan <tuji.yyf@alibaba-inc.com>
  • Loading branch information
BigVan authored Jul 27, 2023
1 parent bf6c65e commit dc41618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlaybd/zfile/format_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The format of header is described as below. All fields are little-endian.
| reserved| 79 | 5 | reserved space, should be 0 |
| dict_size | 84 | uint32_t | size of the dictionary section, 0 for non-existence |
| verify | 88 | bool | whether these exists a 4-byte CRC32 checksum following each compressed block |
| reserved| 89 | 416 | reserved space for future use (offset 89 ~ 511), should be 0 |
| reserved| 89 | 423 | reserved space for future use (offset 89 ~ 511), should be 0 |

**flags:**

Expand Down

0 comments on commit dc41618

Please sign in to comment.