Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
<< ", uuid=" << header.uuid
<< ", block_size=" << header.block_size
<< ", size=" << header.size
- << ", error=" << header.error
<< ", start_offset=" << header.start_offset
<< ", applied_to="<< header.applied_to
<< ", written_to=" << header.written_to
uuid_d uuid;
uint64_t block_size = 0; // block size of underlying device
uint64_t size = 0; // max length of journal
- uint32_t error = 0; // reserved
// start offset of CircularBoundedJournal in the device (start + header length)
rbm_abs_addr start_offset = 0;
denc(v.magic, p);
denc(v.uuid, p);
denc(v.block_size, p);
- denc(v.error, p);
denc(v.start_offset, p);