Cleanup: head -> node field name
[urcu.git] / urcu-bp-static.h
index 933f2349a4c015dc9c77ffbabe9491cb3357a3fb..dabf4c30a00cc30dd93ee688eb1364913d8f3b26 100644 (file)
@@ -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 */
 };
This page took 0.022535 seconds and 4 git commands to generate.