Rework msgr send/receive to allow encryption support

This commit is contained in:
Vitaliy Filippov
2026-07-05 14:10:10 +03:00
parent ab1849ff07
commit decf314238
8 changed files with 610 additions and 429 deletions
+7
View File
@@ -179,6 +179,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)