diff options
author | Maria Matejka <mq@ucw.cz> | 2022-07-28 19:22:48 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-07-28 19:22:48 +0200 |
commit | 03bf6b90879bb6e5f0fab05a61a843bb437dd30a (patch) | |
tree | 2eb0cff73002b4278916c1ad6865b7a85b680bd1 /lib/locking.h | |
parent | 6e841b3153565632b6753f6b1fe74850c37f2808 (diff) |
Revert "Adding a generic cork mechanism for events"
This reverts commit 6e841b3153565632b6753f6b1fe74850c37f2808.
Diffstat (limited to 'lib/locking.h')
-rw-r--r-- | lib/locking.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/locking.h b/lib/locking.h index 0cbdead8..ab5c06af 100644 --- a/lib/locking.h +++ b/lib/locking.h @@ -16,7 +16,6 @@ struct lock_order { struct domain_generic *the_bird; struct domain_generic *proto; struct domain_generic *rtable; - struct domain_generic *cork; struct domain_generic *event; }; |