From 76ff85cc12ced2d3adb1de8baa569902900953f5 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 21 Sep 2021 10:31:55 -0400 Subject: [PATCH] Fix: common: un-hide two rate policy functions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit These functions are part of the liblttng-ctl API/ABI, they should not be hidden. Change-Id: Ic04bb4e7a0bfd0c7d661228b7ccf5d17dccfd9ba Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau --- src/common/actions/rate-policy.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/actions/rate-policy.c b/src/common/actions/rate-policy.c index 8e05a3ecc..8b3065767 100644 --- a/src/common/actions/rate-policy.c +++ b/src/common/actions/rate-policy.c @@ -516,7 +516,6 @@ end: return _policy; } -LTTNG_HIDDEN enum lttng_rate_policy_status lttng_rate_policy_every_n_get_interval( const struct lttng_rate_policy *policy, uint64_t *interval) { @@ -733,7 +732,6 @@ end: return _policy; } -LTTNG_HIDDEN enum lttng_rate_policy_status lttng_rate_policy_once_after_n_get_threshold( const struct lttng_rate_policy *policy, uint64_t *threshold) { -- 2.34.1