Rename for the new liburcu API namespace
[ust.git] / include / ust / tracepoint.h
index 1c4a384d839b7f6283b4aa8189394ca0c3fb40b3..1d286a0ff995432bb16e047fb78fc09d6ab5a05b 100644 (file)
@@ -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 {
This page took 0.022402 seconds and 4 git commands to generate.