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 0a69f50f..1df30063 100644 --- a/lib/locking.h +++ b/lib/locking.h @@ -17,8 +17,7 @@ struct lock_order { struct domain_generic *proto; 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; |