[block_manager] Allow people to change the validator for a block
This commit is contained in:
@ -119,6 +119,8 @@ namespace persistent_data {
|
||||
|
||||
void flush();
|
||||
|
||||
void change_validator(typename block_manager<BlockSize>::validator::ptr v);
|
||||
|
||||
typename block_io<BlockSize>::ptr io_;
|
||||
block_address location_;
|
||||
std::auto_ptr<buffer<BlockSize> > data_;
|
||||
|
Reference in New Issue
Block a user