From 7e80521b0585468a7ae9ad1cc1d862c8c7b3567e Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 15 Dec 2020 14:26:12 -0500 Subject: [PATCH] Hide new 'lttng_context_init_all' private symbol Change-Id: Id709930e70f2b612ac93a97ee1091d6f64675d28 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- liblttng-ust/context-internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/liblttng-ust/context-internal.h b/liblttng-ust/context-internal.h index 79c88644..85fcb8e4 100644 --- a/liblttng-ust/context-internal.h +++ b/liblttng-ust/context-internal.h @@ -26,7 +26,9 @@ */ #include +#include "helper.h" +LTTNG_HIDDEN int lttng_context_init_all(struct lttng_ctx **ctx); #endif /* _LTTNG_UST_CONTEXT_INTERNAL_H */ -- 2.34.1