Skip to content
Snippets Groups Projects
Commit dcf4fbdf authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

swim: make swim_new_round() void

Firstly, I thought that there is an error - swim_begin_step()
does not reschedules round timer, when new_round() fails. But
then new_round() appeared never failing. This commit makes it
void to eliminate confusion.

Probably it is a legacy since the shuffled members array was
allocated and freed in new_round().

Part of #3234
parent 10ad9706
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment