Hide private ust-dynamic-type.h symbols
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 25 Feb 2021 15:33:25 +0000 (10:33 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 2 Mar 2021 16:24:47 +0000 (11:24 -0500)
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 <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust-dynamic-type.h

index ac56b560e4345d2959bd4f02cd556822b6ff938f..d88e3c09b9ac6ad3c431efd771f80e23b30faafd 100644 (file)
@@ -9,9 +9,14 @@
 
 #include <lttng/ust-events.h>
 
+#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 */
This page took 0.024845 seconds and 4 git commands to generate.