1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Introducing an universal temporary linpool flushed after every task

This commit is contained in:
Maria Matejka
2022-03-02 10:35:21 +01:00
parent 2e8b8bfcc4
commit 48bf1322aa
9 changed files with 41 additions and 4 deletions

View File

@@ -482,6 +482,8 @@ birdloop_main(void *arg)
birdloop_set_current(loop);
tmp_init(loop->pool);
pthread_mutex_lock(&loop->mutex);
while (1)
{