diff options
author | Maria Matejka <mq@ucw.cz> | 2021-10-20 23:08:58 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-22 19:05:43 +0100 |
commit | 6e841b3153565632b6753f6b1fe74850c37f2808 (patch) | |
tree | 2673e3718fec066c90a000c0ad216f62a4de3755 /lib/locking.h | |
parent | 94eb0858c2b938549d9d1703c872c6149901e7dd (diff) |
Adding a generic cork mechanism for events
Diffstat (limited to 'lib/locking.h')
-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 ab5c06af..0cbdead8 100644 --- a/lib/locking.h +++ b/lib/locking.h @@ -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; }; |