Commit 11ecd687 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c085bf5b
......@@ -114,6 +114,7 @@ def main():
# do deep-dive into FileStorage
h = stor._read_txn_header(txn._tpos)
assert h.tid == txn.tid
assert h.tlen == txn._tend - txn._tpos
# -> TxnHeader
emit("\tTxnHeader{")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment