Support decryption with multiple keys

This commit is contained in:
Vitaliy Filippov
2026-04-22 01:41:29 +03:00
parent c88bf12484
commit 798ae7c393
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;
};