X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust%2Flttng-tracer-core.h;h=54983cba3c6879a538c7a3053c450e62da895383;hb=8a36ff81a49e70d53e56942ea7d5db4f49b185f0;hp=2ab8bc7c9c255cef02e2da6669b2513603836313;hpb=0466ac28c41336fd6d373cc8b0b26ef132225b9f;p=lttng-ust.git diff --git a/liblttng-ust/lttng-tracer-core.h b/liblttng-ust/lttng-tracer-core.h index 2ab8bc7c..54983cba 100644 --- a/liblttng-ust/lttng-tracer-core.h +++ b/liblttng-ust/lttng-tracer-core.h @@ -13,7 +13,6 @@ #include #include #include -#include #include #include @@ -26,12 +25,13 @@ #define LTTNG_PROC_NS_PATH_MAX 40 struct lttng_ust_session; -struct lttng_channel; -struct lttng_event; +struct lttng_ust_channel_buffer; struct lttng_ust_ctx_field; struct lttng_ust_lib_ring_buffer_ctx; struct lttng_ust_ctx_value; +struct lttng_ust_event_recorder; struct lttng_ust_event_notifier; +struct lttng_ust_notification_ctx; __attribute__((visibility("hidden"))) int ust_lock(void) __attribute__ ((warn_unused_result)); @@ -93,7 +93,7 @@ size_t lttng_ust_dummy_get_size(struct lttng_ust_ctx_field *field, size_t offset __attribute__((visibility("hidden"))) void lttng_ust_dummy_record(struct lttng_ust_ctx_field *field, struct lttng_ust_lib_ring_buffer_ctx *ctx, - struct lttng_channel *chan); + struct lttng_ust_channel_buffer *chan); __attribute__((visibility("hidden"))) void lttng_ust_dummy_get_value(struct lttng_ust_ctx_field *field, struct lttng_ust_ctx_value *value); @@ -101,7 +101,8 @@ void lttng_ust_dummy_get_value(struct lttng_ust_ctx_field *field, __attribute__((visibility("hidden"))) void lttng_event_notifier_notification_send( struct lttng_ust_event_notifier *event_notifier, - const char *stack_data); + const char *stack_data, + struct lttng_ust_notification_ctx *notif_ctx); __attribute__((visibility("hidden"))) struct lttng_counter_transport *lttng_counter_transport_find(const char *name);