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:
@@ -482,6 +482,8 @@ birdloop_main(void *arg)
|
||||
|
||||
birdloop_set_current(loop);
|
||||
|
||||
tmp_init(loop->pool);
|
||||
|
||||
pthread_mutex_lock(&loop->mutex);
|
||||
while (1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user