Actual snapshot support (untested)

This commit is contained in:
Vitaliy Filippov
2021-04-10 17:44:12 +03:00
parent ffe1cd4c79
commit 691f066055
7 changed files with 274 additions and 38 deletions
+1
View File
@@ -161,6 +161,7 @@ struct osd_op_t
osd_any_reply_t reply;
blockstore_op_t *bs_op = NULL;
void *buf = NULL;
// bitmap, bitmap_len, bmp_data are only meaningful for reads
void *bitmap = NULL;
unsigned bitmap_len = 0;
unsigned bmp_data = 0;