X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu-bp-static.h;h=dabf4c30a00cc30dd93ee688eb1364913d8f3b26;hb=c53cf27f54bfb914e874ddb82a54653b6ccee276;hp=933f2349a4c015dc9c77ffbabe9491cb3357a3fb;hpb=02be55611d3b1c7bf4fdfcb3a9c98f621882d417;p=urcu.git 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 */ };