From: Michael Jeanson Date: Tue, 15 Dec 2020 19:26:12 +0000 (-0500) Subject: Hide new 'lttng_context_init_all' private symbol X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ust.git;a=commitdiff_plain;h=7e80521b0585468a7ae9ad1cc1d862c8c7b3567e Hide new 'lttng_context_init_all' private symbol Change-Id: Id709930e70f2b612ac93a97ee1091d6f64675d28 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- 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 */