Rename all data structure with prefix cds_
[urcu.git] / urcu-defer-static.h
index 1e2aef285acf050d4445ddecd7464c43d277b4da..3e5df3e75b11c31efcd19ec380202d070f824620 100644 (file)
@@ -98,7 +98,7 @@ struct defer_queue {
        void **q;
        /* registry information */
        unsigned long last_head;
-       struct list_head list;  /* list of thread queues */
+       struct cds_list_head list;      /* list of thread queues */
 };
 
 #ifdef __cplusplus 
This page took 0.022489 seconds and 4 git commands to generate.