Implement scrubbing "data path" - OSD_OP_SCRUB

This commit is contained in:
Vitaliy Filippov
2023-05-20 23:19:39 +03:00
parent a6d846863b
commit 43b77d7619
9 changed files with 233 additions and 5 deletions
+2 -1
View File
@@ -29,7 +29,8 @@
#define OSD_OP_DELETE 14
#define OSD_OP_PING 15
#define OSD_OP_SEC_READ_BMP 16
#define OSD_OP_MAX 16
#define OSD_OP_SCRUB 17
#define OSD_OP_MAX 17
#define OSD_RW_MAX 64*1024*1024
#define OSD_PROTOCOL_VERSION 1