Rename for the new liburcu API namespace
[ust.git] / libust / tracercore.h
index 5c396f464fec001b9aca07829c452dfb5bae01ee..9673cca2a875cf6bf44e86fb4681957c04828948 100644 (file)
@@ -32,8 +32,8 @@
  * list.
  */
 struct ltt_traces {
-       struct list_head setup_head;    /* Pre-allocated traces list */
-       struct list_head head;          /* Allocated Traces list */
+       struct cds_list_head setup_head;        /* Pre-allocated traces list */
+       struct cds_list_head head;              /* Allocated Traces list */
        unsigned int num_active_traces; /* Number of active traces */
 } ____cacheline_aligned;
 
This page took 0.024246 seconds and 4 git commands to generate.