Support decryption with multiple keys

This commit is contained in:
Vitaliy Filippov
2026-04-17 13:53:40 +03:00
parent 0e095d2347
commit ca608d0b87
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;
};