X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=libust%2Ftracercore.h;h=9673cca2a875cf6bf44e86fb4681957c04828948;hb=HEAD;hp=5c396f464fec001b9aca07829c452dfb5bae01ee;hpb=518d7abb8e3720433c611499f704c3bd9d554102;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;