X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=inline;f=urcu-qsbr-static.h;h=8822e050bac8aaa00a8c210dfb122193f2e90280;hb=18c3778a6e548f0926cada96db00f8da7cc81454;hp=9f3a9b99f3c36ded7961cdeb3eadc102bba0f51d;hpb=e26fa029fb2db4c2f3746a3bfe46e9a0eeeb41a7;p=urcu.git 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; };