Allow to return chain_info in response to reads

This commit is contained in:
Vitaliy Filippov
2026-04-22 01:41:29 +03:00
parent e64d8c8c61
commit c88bf12484
5 changed files with 63 additions and 15 deletions
+1
View File
@@ -56,6 +56,7 @@ struct osd_primary_op_data_t
int chain_size;
osd_chain_read_t *chain_reads;
int chain_read_count;
uint8_t *chain_info;
};
};
};