From 058c569ae687e596148ba11d104567b2c5ee1134 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 15 Dec 2020 14:29:52 -0500 Subject: [PATCH] Hide new 'lttng_ust_context_set_event_notifier_group_provider' private symbol Change-Id: I1547e0c1b7ce83c1f01316b9e0a2daffaa274bb3 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- liblttng-ust/context-provider-internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/liblttng-ust/context-provider-internal.h b/liblttng-ust/context-provider-internal.h index dacfb39a..2ee03e51 100644 --- a/liblttng-ust/context-provider-internal.h +++ b/liblttng-ust/context-provider-internal.h @@ -25,7 +25,9 @@ #include #include +#include "helper.h" +LTTNG_HIDDEN void lttng_ust_context_set_event_notifier_group_provider(const char *name, size_t (*get_size)(struct lttng_ctx_field *field, size_t offset), void (*record)(struct lttng_ctx_field *field, -- 2.34.1