Rename all data structure with prefix cds_
[urcu.git] / urcu-bp-static.h
index ea2c3765e485fa9b86e7ad261a1f1411d676ad4c..2049ee6dd06311d133a1f6e805fe2ad39d616abe 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 node __attribute__((aligned(CAA_CACHE_LINE_SIZE)));
+       struct cds_list_head node __attribute__((aligned(CAA_CACHE_LINE_SIZE)));
        pthread_t tid;
        int alloc;      /* registry entry allocated */
 };
This page took 0.022034 seconds and 4 git commands to generate.