X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=5c649e73969b3aa6a978f889d829e3e3583db9c1;hb=51489cadd9c38c10261bdbab9b5e72803c95a732;hp=9ce39701ad3aadf77c38595df96b4890a3d56940;hpb=d028eddb5959160ef6ec4b09f786730910d0f8f8;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 9ce39701..5c649e73 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -1,8 +1,8 @@ -#ifndef _UST_LTTNG_EVENTS_H -#define _UST_LTTNG_EVENTS_H +#ifndef _LTTNG_UST_EVENTS_H +#define _LTTNG_UST_EVENTS_H /* - * ust/lttng-events.h + * lttng/ust-events.h * * Copyright 2010 (c) - Mathieu Desnoyers * @@ -18,6 +18,7 @@ #include #include #include +#include struct ltt_channel; struct ltt_session; @@ -295,6 +296,11 @@ 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); @@ -357,4 +363,4 @@ const struct lttng_ust_lib_ring_buffer_client_cb *lttng_client_callbacks_overwri struct cds_list_head ltt_transport_list; struct ltt_transport *ltt_transport_find(const char *name); -#endif /* _UST_LTTNG_EVENTS_H */ +#endif /* _LTTNG_UST_EVENTS_H */