Support decryption with multiple keys

This commit is contained in:
Vitaliy Filippov
2026-04-03 21:22:42 +03:00
parent 23463ec4cd
commit 2ba4be470f
8 changed files with 135 additions and 31 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ protected:
cluster_op_t *prev = NULL, *next = NULL;
int prev_wait = 0;
uint64_t flush_id = 0;
std::shared_ptr<inode_enc_t> enc;
std::shared_ptr<osd_op_enc_t> enc;
friend class cluster_client_t;
friend class writeback_cache_t;
};