Fill out the rest of the degraded read logic; now we need to make it a "coroutine"

This commit is contained in:
Vitaliy Filippov
2020-02-02 00:05:56 +03:00
parent 206c4eb655
commit 9fb2d3f840
4 changed files with 65 additions and 11 deletions
+1
View File
@@ -39,6 +39,7 @@ typedef std::vector<pg_obj_loc_t> pg_osd_set_t;
struct pg_osd_set_state_t
{
std::vector<uint64_t> read_target;
pg_osd_set_t osd_set;
uint64_t state = 0;
uint64_t object_count = 0;