thin_restore works (well thin_repair thinks it does).

This commit is contained in:
Joe Thornber
2011-11-03 14:44:00 +00:00
parent 9cee046594
commit 6bff674720
16 changed files with 423 additions and 117 deletions

View File

@@ -21,7 +21,10 @@ namespace persistent_data {
open_disk_sm(transaction_manager::ptr tm, void *root);
checked_space_map::ptr
open_metadata_sm(transaction_manager::ptr tm, void * root);
create_metadata_sm(transaction_manager::ptr tm, block_address nr_blocks);
checked_space_map::ptr
open_metadata_sm(transaction_manager::ptr tm, void *root);
}
//----------------------------------------------------------------