wip
This commit is contained in:
@@ -9,7 +9,7 @@ using namespace persistent_data;
|
||||
void test::zero_block(block_manager<>::ptr bm, block_address b)
|
||||
{
|
||||
block_manager<>::write_ref wr = bm->write_lock(b);
|
||||
memset(&wr.data(), 0, sizeof(wr.data()));
|
||||
memset(wr.data(), 0, 4096);
|
||||
}
|
||||
|
||||
transaction_manager::ptr
|
||||
|
||||
Reference in New Issue
Block a user