Add lttng_ust_ prefix before objd_unref
[lttng-ust.git] / include / ust / tracepoint-internal.h
index 83ea68de8b76a12c4f52aadfc1bc807e671c9dfe..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,
@@ -76,5 +82,6 @@ extern void trace_event_update_process(void);
 extern int is_trace_event_enabled(const char *channel, const char *name);
 
 extern void init_tracepoint(void);
+extern void exit_tracepoint(void);
 
 #endif /* _UST_TRACEPOINT_INTERNAL_H */
This page took 0.023453 seconds and 4 git commands to generate.