tracepoint: Remove TRACEPOINT_LIB declaration
[ust.git] / include / ust / tracepoint-internal.h
index 6ed789032f85a925633d83447d76dfbae2d2ea3f..93d89257fb559d2b0058283841e9fbdfb71c4a11 100644 (file)
 #include <urcu/list.h>
 #include <ust/tracepoint.h>
 
+struct tracepoint_lib {
+       struct tracepoint * const *tracepoints_start;
+       int tracepoints_count;
+       struct cds_list_head list;
+};
+
 extern int tracepoint_probe_register_noupdate(const char *name, void *probe,
                                              void *data);
 extern int tracepoint_probe_unregister_noupdate(const char *name, void *probe,
This page took 0.022641 seconds and 4 git commands to generate.