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

Adding a generic cork mechanism for events

This commit is contained in:
Maria Matejka
2021-10-20 23:08:58 +02:00
parent 94eb0858c2
commit 6e841b3153
6 changed files with 103 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ struct lock_order {
struct domain_generic *the_bird;
struct domain_generic *proto;
struct domain_generic *rtable;
struct domain_generic *cork;
struct domain_generic *event;
};