Implement tracepoint-internal.h as LGPLv2.1 (not exported)
[lttng-ust.git] / include / lttng / ust-events.h
index 6c272172a3a40dc61fe6a52eca601500d6f5dd41..1c7140ff69ef528baf148af2fab14c0faeb5bbf1 100644 (file)
@@ -25,7 +25,6 @@
 #include <lttng/ust-tracer.h>
 #include <endian.h>
 #include <float.h>
-#include <lttng/tracepoint-internal.h>
 
 struct ltt_channel;
 struct ltt_session;
@@ -303,11 +302,6 @@ struct ltt_transport {
        struct ltt_channel_ops ops;
 };
 
-struct ltt_tracepoint_list {
-       struct tracepoint_iter iter;
-       int got_first;
-};
-
 struct ltt_session *ltt_session_create(void);
 int ltt_session_enable(struct ltt_session *session);
 int ltt_session_disable(struct ltt_session *session);
This page took 0.022715 seconds and 4 git commands to generate.