1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Introducing basic RCU primitives for lock-less shared data structures

This commit is contained in:
Maria Matejka
2021-11-12 22:58:40 +01:00
parent f1d6c66a78
commit 058ed71139
8 changed files with 154 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ struct lock_order {
struct domain_generic *the_bird;
struct domain_generic *proto;
struct domain_generic *rtable;
struct domain_generic *resource;
};
extern _Thread_local struct lock_order locking_stack;