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

Moved the thread starting code to IO loop code

This commit is contained in:
Maria Matejka
2022-07-28 19:49:03 +02:00
parent 00f6b162c9
commit e858dce757
11 changed files with 57 additions and 127 deletions

View File

@@ -15,7 +15,6 @@
#include "lib/event.h"
#include "lib/timer.h"
#include "lib/string.h"
#include "lib/coro.h"
#include "conf/conf.h"
#include "nest/rt.h"
#include "nest/iface.h"