diff options
Diffstat (limited to 'lib/locking.h')
-rw-r--r-- | lib/locking.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/locking.h b/lib/locking.h index 0a69f50f..498afdc8 100644 --- a/lib/locking.h +++ b/lib/locking.h @@ -15,10 +15,10 @@ 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; }; extern _Thread_local struct lock_order locking_stack; |