X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Fust-events.h;h=63162948d67563028a130ba1c833075f6b5b9d21;hb=23c8854a5fa1120df5cfdfbf08f00e00976f95fa;hp=5c649e73969b3aa6a978f889d829e3e3583db9c1;hpb=51489cadd9c38c10261bdbab9b5e72803c95a732;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 5c649e73..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); @@ -360,7 +361,6 @@ const struct lttng_ust_lib_ring_buffer_client_cb *lttng_client_callbacks_metadat const struct lttng_ust_lib_ring_buffer_client_cb *lttng_client_callbacks_discard; const struct lttng_ust_lib_ring_buffer_client_cb *lttng_client_callbacks_overwrite; -struct cds_list_head ltt_transport_list; struct ltt_transport *ltt_transport_find(const char *name); #endif /* _LTTNG_UST_EVENTS_H */