Rename all data structure with prefix cds_
[urcu.git] / urcu-static.h
index 46fe64a902c177f3af572732f115f056d7aef1dc..58dfabbdab7c85a944d77b4569e87322a70c556e 100644 (file)
@@ -222,7 +222,7 @@ struct rcu_reader {
        unsigned long ctr;
        char need_mb;
        /* 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.021954 seconds and 4 git commands to generate.