Return version number from reads

This commit is contained in:
Vitaliy Filippov
2020-02-12 12:30:50 +03:00
parent 1100ad44bd
commit b7ccd63104
6 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -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;
}