Hide forward declaration of struct lttng_event_notifier_group
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Mar 2021 20:21:00 +0000 (16:21 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Mar 2021 20:21:00 +0000 (16:21 -0400)
Only used internally.

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

include/lttng/ust-events.h
liblttng-ust/ust-events-internal.h

index c2a7dd8f603c5e8f11a7130878289b5fb231b7ce..703bd24cc06d4bb8da1c24655fde73a5dd7ba844 100644 (file)
@@ -44,7 +44,6 @@ struct lttng_channel;
 struct lttng_ust_session;
 struct lttng_ust_lib_ring_buffer_ctx;
 struct lttng_ust_event_field;
-struct lttng_event_notifier_group;
 
 /*
  * Data structures used by tracepoint event declarations, and by the
index 252d5d8c7c46207fbaade65189bc191d736d5a29..be0fa963e11ed1e337543218111ac62d4b9d05bd 100644 (file)
@@ -17,6 +17,7 @@
 #include "ust-context-provider.h"
 
 struct lttng_ust_abi_obj;
+struct lttng_event_notifier_group;
 
 union lttng_ust_abi_args {
        struct {
This page took 0.034331 seconds and 4 git commands to generate.