diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-09 13:52:37 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-18 16:33:51 +0200 |
commit | c49ee6e1a673fc1dc396857dbf8a73fa5d9d6b74 (patch) | |
tree | 33491b506b756017922c7f1ac3cdf3c6af14c771 /lib | |
parent | b80823fe828a0687d4baae3c34c737d46fbf439c (diff) |
Routing tables have their own service loops.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/locking.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |