X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Fust-events.h;h=1c7140ff69ef528baf148af2fab14c0faeb5bbf1;hb=4ab44fbe7377ad603da7dccebf2e0af6b768fa91;hp=6c272172a3a40dc61fe6a52eca601500d6f5dd41;hpb=49276e52116d468043e6cd8830b5c9ee89280b5a;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 6c272172..1c7140ff 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -25,7 +25,6 @@ #include #include #include -#include 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);