0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 09:58:43 +00:00

IO loop: fixed unassigned count

This commit is contained in:
Maria Matejka 2024-05-31 13:02:27 +02:00 committed by Katerina Kubecova
parent 24010536f3
commit f715b3decc

View File

@ -1546,6 +1546,7 @@ birdloop_vnew_internal(pool *pp, uint order, struct birdloop_pickup_group *group
{
LOCK_DOMAIN(attrs, group->domain);
group->loop_count++;
group->loop_unassigned_count++;
add_tail(&group->loops, &loop->n);
if (EMPTY_LIST(group->threads))
ev_send(&global_event_list, &group->start_threads);