X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-tracer-core.h;h=80b49f7f2dd50922e70b185555061751d27f4db7;hb=e7bc0ef6c86ae97886cf5f8b28854cf281d4962b;hp=a292dae578e6628ccb31dc43781f012d4c850a60;hpb=f0fde1c3984721c0660c7d5a1377db74b6c03a70;p=lttng-ust.git diff --git a/liblttng-ust/lttng-tracer-core.h b/liblttng-ust/lttng-tracer-core.h index a292dae5..80b49f7f 100644 --- a/liblttng-ust/lttng-tracer-core.h +++ b/liblttng-ust/lttng-tracer-core.h @@ -25,11 +25,11 @@ #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; __attribute__((visibility("hidden"))) @@ -92,7 +92,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);