Fix: Warn when log4j version is too old
[lttng-ust.git] / liblttng-ust / tracepoint-internal.h
index 72eafec1ab57c81acc3cb6e12c545a9a4992d7bc..2f18355dd438583eec7cecc50801cc66b7932974 100644 (file)
 #define TRACE_DEFAULT  TRACE_DEBUG_LINE
 
 struct tracepoint_lib {
-       struct cds_list_head list;
-       struct tracepoint * const *tracepoints_start;
+       struct cds_list_head list;      /* list of registered libs */
+       struct lttng_ust_tracepoint * const *tracepoints_start;
        int tracepoints_count;
+       struct cds_list_head callsites;
 };
 
 extern int tracepoint_probe_register_noupdate(const char *name,
This page took 0.023019 seconds and 4 git commands to generate.