From: Michael Jeanson Date: Thu, 25 Feb 2021 15:33:25 +0000 (-0500) Subject: Hide private ust-dynamic-type.h symbols X-Git-Tag: v2.13.0-rc1~360 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=00e0418ceaa42fb0266f8fb410a8e5f3351c0c88 Hide private ust-dynamic-type.h symbols The major SONAME bump to '1' gives us the opportunity to hide private symbols that should never have been visible. Change-Id: I8a366479704830fe098d425f97a556ed5069d3bc Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/include/ust-dynamic-type.h b/include/ust-dynamic-type.h index ac56b560..d88e3c09 100644 --- a/include/ust-dynamic-type.h +++ b/include/ust-dynamic-type.h @@ -9,9 +9,14 @@ #include +#include "ust-helper.h" + +LTTNG_HIDDEN int lttng_ust_dynamic_type_choices(size_t *nr_choices, const struct lttng_event_field **choices); +LTTNG_HIDDEN const struct lttng_event_field *lttng_ust_dynamic_type_field(int64_t value); +LTTNG_HIDDEN const struct lttng_event_field *lttng_ust_dynamic_type_tag_field(void); #endif /* _LTTNG_UST_DYNAMIC_TYPE_H */