X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu-static.h;h=857d30cd729ca7b47accc94e0654807a299719a0;hb=af147b83c4f67d99e6582f15eea5cb2ae51b8d36;hp=f68dd7c8dc1231641d040d6aeebad2a5da56970f;hpb=d4fc680a1b809d90cb28f144c5d3e1143171bbab;p=urcu.git diff --git a/urcu-static.h b/urcu-static.h index f68dd7c..857d30c 100644 --- a/urcu-static.h +++ b/urcu-static.h @@ -222,7 +222,7 @@ struct rcu_reader { unsigned long ctr; char need_mb; /* 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; };