Fix: add struct lttng_event_notifier forward declaration
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Dec 2020 17:39:42 +0000 (12:39 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Dec 2020 17:39:42 +0000 (12:39 -0500)
Add struct lttng_event_notifier forward declaration in
lttng-tracer-core.h.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I1904be0b9170979c0e3c53ce4b8dbd966a8dd04d

liblttng-ust/lttng-tracer-core.h

index f464d87a6e10eeee486812fad52cae6dbb821ac5..87a645447e10b5f2375aa3e145c67a6be4f64b41 100644 (file)
@@ -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);
This page took 0.025061 seconds and 4 git commands to generate.