thin_show_blocks

This commit is contained in:
Joe Thornber
2014-02-19 15:01:07 +00:00
parent 5fe5d213b7
commit 38f8195a99
5 changed files with 151 additions and 5 deletions

View File

@@ -110,6 +110,9 @@ namespace persistent_data {
le32 not_used;
le64 blocknr;
} __attribute__ ((packed));
uint64_t const BITMAP_CSUM_XOR = 240779;
uint64_t const INDEX_CSUM_XOR = 160478;
}
}