From ebedc67b171d18b372d9f90329a891a0e934e282 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 17 Dec 2020 14:15:57 -0500 Subject: [PATCH] Hide new 'lttng_release_event_notifier_group_error_counter' private symbol Change-Id: Ie90fce9d29d5d12c970ae8b6d473e38498281f76 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- liblttng-ust/lttng-ust-abi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/liblttng-ust/lttng-ust-abi.c b/liblttng-ust/lttng-ust-abi.c index 9ba5acd5..8c0c4655 100644 --- a/liblttng-ust/lttng-ust-abi.c +++ b/liblttng-ust/lttng-ust-abi.c @@ -765,6 +765,7 @@ long lttng_event_notifier_group_error_counter_cmd(int objd, unsigned int cmd, un } } +LTTNG_HIDDEN int lttng_release_event_notifier_group_error_counter(int objd) { struct lttng_counter *counter = objd_private(objd); -- 2.34.1