X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=63162948d67563028a130ba1c833075f6b5b9d21;hb=23c8854a5fa1120df5cfdfbf08f00e00976f95fa;hp=b930a3495d073c4c5e9cf640419cd72561810db8;hpb=5d128a2f085ccbe908ece770d2452d192b8b5217;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index b930a349..63162948 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -8,7 +8,14 @@ * * Holds LTTng per-session event registry. * - * Dual LGPL v2.1/GPL v2 license. + * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED + * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. + * + * Permission is hereby granted to use or copy this program + * for any purpose, provided the above notices are retained on all copies. + * Permission to modify the code and to distribute modified code is granted, + * provided the above notices are retained, and a notice that the code was + * modified is included with the above copyright notice. */ #include @@ -18,7 +25,6 @@ #include #include #include -#include struct ltt_channel; struct ltt_session; @@ -296,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);