From 06cd86a02ad70753f9bb3ced36e8ed17a18b0f77 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 16 Mar 2021 16:21:00 -0400 Subject: [PATCH] Hide forward declaration of struct lttng_event_notifier_group Only used internally. Signed-off-by: Mathieu Desnoyers Change-Id: I71e26758404df22923371b76761eff9d1a4a8237 --- include/lttng/ust-events.h | 1 - liblttng-ust/ust-events-internal.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index c2a7dd8f..703bd24c 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -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 diff --git a/liblttng-ust/ust-events-internal.h b/liblttng-ust/ust-events-internal.h index 252d5d8c..be0fa963 100644 --- a/liblttng-ust/ust-events-internal.h +++ b/liblttng-ust/ust-events-internal.h @@ -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 { -- 2.34.1