Rename public structure to avoid collisions
[lttng-ust.git] / liblttng-ust / tracepoint-internal.h
index 2c99dbdd4e2876d237b68f5578d6e51d972d4185..2f18355dd438583eec7cecc50801cc66b7932974 100644 (file)
@@ -27,7 +27,7 @@
 
 struct tracepoint_lib {
        struct cds_list_head list;      /* list of registered libs */
-       struct tracepoint * const *tracepoints_start;
+       struct lttng_ust_tracepoint * const *tracepoints_start;
        int tracepoints_count;
        struct cds_list_head callsites;
 };
This page took 0.024234 seconds and 4 git commands to generate.