Fix: common: un-hide two rate policy functions
[lttng-tools.git] / 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.02498 seconds and 4 git commands to generate.