[cache_check] A whole bunch of superblock checks

This commit is contained in:
Joe Thornber
2013-10-07 15:21:45 +01:00
parent 7cd4728fbf
commit 42fd6b928b
8 changed files with 416 additions and 165 deletions

View File

@@ -33,7 +33,7 @@ namespace caching {
typedef persistent_data::transaction_manager tm;
tm::ptr tm_;
superblock_detail::superblock sb_;
superblock sb_;
checked_space_map::ptr metadata_sm_;
mapping_array::ptr mappings_;
hint_array::ptr hints_;