From c49ee6e1a673fc1dc396857dbf8a73fa5d9d6b74 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Fri, 9 Sep 2022 13:52:37 +0200 Subject: Routing tables have their own service loops. --- lib/locking.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/locking.h b/lib/locking.h index 1df30063..498afdc8 100644 --- a/lib/locking.h +++ b/lib/locking.h @@ -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; -- cgit v1.2.3