Fix: common: un-hide two rate policy functions
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 21 Sep 2021 14:31:55 +0000 (10:31 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 23 Sep 2021 15:23:47 +0000 (11:23 -0400)
These functions are part of the liblttng-ctl API/ABI, they should not be
hidden.

Change-Id: Ic04bb4e7a0bfd0c7d661228b7ccf5d17dccfd9ba
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/actions/rate-policy.c

index 8e05a3ecc59f338348528063965bff58ece8d89e..8b3065767cd015890c402179db8f04d7a8b63bc5 100644 (file)
@@ -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)
 {
This page took 0.025743 seconds and 4 git commands to generate.