diff options
Diffstat (limited to 'lib/locking.h')
-rw-r--r-- | lib/locking.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/locking.h b/lib/locking.h index 1a8bdcd4..498afdc8 100644 --- a/lib/locking.h +++ b/lib/locking.h @@ -15,10 +15,9 @@ 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 *cork; - struct domain_generic *event; struct domain_generic *resource; }; |