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

Routing tables have their own service loops.

This commit is contained in:
Maria Matejka
2022-09-09 13:52:37 +02:00
parent b80823fe82
commit c49ee6e1a6
3 changed files with 63 additions and 26 deletions

View File

@@ -15,6 +15,7 @@ struct domain_generic;
struct lock_order {
struct domain_generic *the_bird;
struct domain_generic *proto;
struct domain_generic *service;
struct domain_generic *rtable;
struct domain_generic *attrs;
struct domain_generic *resource;