Rename all data structure with prefix cds_
[urcu.git] / urcu-qsbr-static.h
index ab4dcb5ff1336503b26e35917b24ee249e178ede..da4a782b61d17f123e7060aaa08a17d9bd59900b 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 node __attribute__((aligned(CAA_CACHE_LINE_SIZE)));
+       struct cds_list_head node __attribute__((aligned(CAA_CACHE_LINE_SIZE)));
        pthread_t tid;
 };
 
This page took 0.022295 seconds and 4 git commands to generate.