X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Ftracercore.h;h=9673cca2a875cf6bf44e86fb4681957c04828948;hb=0222e1213f196b66cbc08cd29093aca4a28e9ffb;hp=5c396f464fec001b9aca07829c452dfb5bae01ee;hpb=fc214788832b93d238449c2b7736a8425b7e5330;p=ust.git diff --git a/libust/tracercore.h b/libust/tracercore.h index 5c396f4..9673cca 100644 --- a/libust/tracercore.h +++ b/libust/tracercore.h @@ -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;