Return version number from reads
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ void blockstore_t::enqueue_op_first(blockstore_op_t *op)
|
||||
impl->enqueue_op(op, true);
|
||||
}
|
||||
|
||||
std::map<object_id, uint64_t> & blockstore_t::get_unstable_writes()
|
||||
std::unordered_map<object_id, uint64_t> & blockstore_t::get_unstable_writes()
|
||||
{
|
||||
return impl->unstable_writes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user