X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-static.h;fp=urcu-static.h;h=857d30cd729ca7b47accc94e0654807a299719a0;hp=f68dd7c8dc1231641d040d6aeebad2a5da56970f;hb=18c3778a6e548f0926cada96db00f8da7cc81454;hpb=d40fde2c4f6170c3ace770354d99acc9e9732ec5 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; };