X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-qsbr-static.h;fp=urcu-qsbr-static.h;h=8822e050bac8aaa00a8c210dfb122193f2e90280;hp=9f3a9b99f3c36ded7961cdeb3eadc102bba0f51d;hb=18c3778a6e548f0926cada96db00f8da7cc81454;hpb=d40fde2c4f6170c3ace770354d99acc9e9732ec5 diff --git a/urcu-qsbr-static.h b/urcu-qsbr-static.h index 9f3a9b9..8822e05 100644 --- a/urcu-qsbr-static.h +++ b/urcu-qsbr-static.h @@ -135,7 +135,7 @@ struct rcu_reader { /* Data used by both reader and synchronize_rcu() */ unsigned 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; };