thin_restore now parses xml and hands to an emitter

This commit is contained in:
Joe Thornber
2011-10-25 14:47:49 +01:00
parent 13e26684f7
commit 28ab23fe6c
6 changed files with 152 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ namespace {
uint64_t time,
uint64_t trans_id,
uint32_t data_block_size) {
out_ << "begin superblock: " << uuid
out_ << "begin superblock: \"" << uuid << "\""
<< ", " << time
<< ", " << trans_id
<< ", " << data_block_size