0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 08:38:42 +00:00

Perf: Prune the table after every loop to have clean state.

This commit is contained in:
Maria Matejka 2019-01-29 14:22:55 +01:00
parent 7411b694c3
commit e85e37d91d

View File

@ -206,6 +206,7 @@ perf_loop(void *data)
p->exp++;
}
rt_schedule_prune(P->main_channel->table);
ev_schedule(p->loop);
}