trace-sqes
Vitaliy Filippov 2020-05-27 20:40:53 +03:00
parent b466e215f0
commit 540137dd23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ void cluster_client_t::outbox_push(osd_op_t *cur_op)
} }
ringloop->wakeup(); ringloop->wakeup();
} }
else
ringloop->submit();
} }
bool cluster_client_t::try_send(osd_client_t & cl) bool cluster_client_t::try_send(osd_client_t & cl)