Rework msgr send/receive to allow encryption support

This commit is contained in:
Vitaliy Filippov
2026-04-03 21:22:42 +03:00
parent 9cf30f286e
commit 73e9de5143
8 changed files with 598 additions and 407 deletions
+7
View File
@@ -189,6 +189,13 @@ osd_client_t::~osd_client_t()
}
// Cancel outbound ops
cancel_ops();
for (osd_op_t *op: send_free_ops)
{
if (op)
{
delete op;
}
}
for (osd_op_t *op: zc_free_list)
{
if (op)