Cleanup: head -> node field name
[urcu.git] / urcu-qsbr-static.h
index 9f3a9b99f3c36ded7961cdeb3eadc102bba0f51d..8822e050bac8aaa00a8c210dfb122193f2e90280 100644 (file)
@@ -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;
 };
 
This page took 0.023313 seconds and 4 git commands to generate.