X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-bp-static.h;h=dabf4c30a00cc30dd93ee688eb1364913d8f3b26;hp=933f2349a4c015dc9c77ffbabe9491cb3357a3fb;hb=18c3778a6e548f0926cada96db00f8da7cc81454;hpb=d40fde2c4f6170c3ace770354d99acc9e9732ec5 diff --git a/urcu-bp-static.h b/urcu-bp-static.h index 933f234..dabf4c3 100644 --- a/urcu-bp-static.h +++ b/urcu-bp-static.h @@ -140,7 +140,7 @@ struct rcu_reader { /* Data used by both reader and synchronize_rcu() */ long ctr; /* Data used for registry */ - struct list_head head __attribute__((aligned(CACHE_LINE_SIZE))); + struct list_head node __attribute__((aligned(CACHE_LINE_SIZE))); pthread_t tid; int alloc; /* registry entry allocated */ };