X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Flttng-tracer-core.h;h=e9d5622fcb6f2f5eb2dc256975b0395d80262e50;hb=2a9d9339386426860c1df91d0b8010c87809c84b;hp=2e44d978348ce3abb4951a973229232fa77c0775;hpb=5a664ef1b6f7398f493addc2745df37c61abb655;p=lttng-ust.git diff --git a/liblttng-ust/lttng-tracer-core.h b/liblttng-ust/lttng-tracer-core.h index 2e44d978..e9d5622f 100644 --- a/liblttng-ust/lttng-tracer-core.h +++ b/liblttng-ust/lttng-tracer-core.h @@ -32,7 +32,7 @@ struct lttng_event; struct lttng_ctx_field; struct lttng_ust_lib_ring_buffer_ctx; struct lttng_ctx_value; -struct lttng_event_notifier; +struct lttng_ust_event_notifier; LTTNG_HIDDEN int ust_lock(void) __attribute__ ((warn_unused_result)); @@ -90,7 +90,7 @@ void lttng_ust_dummy_get_value(struct lttng_ctx_field *field, LTTNG_HIDDEN void lttng_event_notifier_notification_send( - struct lttng_event_notifier *event_notifier, + struct lttng_ust_event_notifier *event_notifier, const char *stack_data); LTTNG_HIDDEN