aboutsummaryrefslogtreecommitdiff
path: root/doc/log_format.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/log_format.txt')
-rw-r--r--doc/log_format.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/log_format.txt b/doc/log_format.txt
index 3a0414b..5228f62 100644
--- a/doc/log_format.txt
+++ b/doc/log_format.txt
@@ -4,8 +4,8 @@ exception is that the tail of the file may contain a partial block.
Each block consists of a sequence of records:
block := record* trailer?
record :=
- checksum: uint32 // crc32c of type and data[]
- length: uint16
+ checksum: uint32 // crc32c of type and data[] ; little-endian
+ length: uint16 // little-endian
type: uint8 // One of FULL, FIRST, MIDDLE, LAST
data: uint8[length]