X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=include%2Fust%2Ftracepoint.h;h=1d286a0ff995432bb16e047fb78fc09d6ab5a05b;hp=1c4a384d839b7f6283b4aa8189394ca0c3fb40b3;hb=0222e1213f196b66cbc08cd29093aca4a28e9ffb;hpb=fc214788832b93d238449c2b7736a8425b7e5330 diff --git a/include/ust/tracepoint.h b/include/ust/tracepoint.h index 1c4a384..1d286a0 100644 --- a/include/ust/tracepoint.h +++ b/include/ust/tracepoint.h @@ -214,7 +214,7 @@ static inline void tracepoint_synchronize_unregister(void) struct tracepoint_lib { struct tracepoint *tracepoints_start; int tracepoints_count; - struct list_head list; + struct cds_list_head list; }; extern int tracepoint_register_lib(struct tracepoint *tracepoints_start, @@ -346,7 +346,7 @@ struct trace_event { struct trace_event_lib { struct trace_event *trace_events_start; int trace_events_count; - struct list_head list; + struct cds_list_head list; }; struct trace_event_iter {