From: Mathieu Desnoyers Date: Thu, 10 Dec 2020 17:39:42 +0000 (-0500) Subject: Fix: add struct lttng_event_notifier forward declaration X-Git-Tag: v2.13.0-rc1~409 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=850550e0086f407ee5cd45d9d9893a463e4692dc Fix: add struct lttng_event_notifier forward declaration Add struct lttng_event_notifier forward declaration in lttng-tracer-core.h. Signed-off-by: Mathieu Desnoyers Change-Id: I1904be0b9170979c0e3c53ce4b8dbd966a8dd04d --- diff --git a/liblttng-ust/lttng-tracer-core.h b/liblttng-ust/lttng-tracer-core.h index f464d87a..87a64544 100644 --- a/liblttng-ust/lttng-tracer-core.h +++ b/liblttng-ust/lttng-tracer-core.h @@ -44,6 +44,7 @@ struct lttng_event; struct lttng_ctx_field; struct lttng_ust_lib_ring_buffer_ctx; struct lttng_ctx_value; +struct lttng_event_notifier; int ust_lock(void) __attribute__ ((warn_unused_result)); void ust_lock_nocheck(void);