liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / common / conditions / buffer-usage.c
index 22da01c7a057f62fd88176f30ff80bb8bd6c34b9..714ba582c412394e6e8bfbf691f6df81ef904f26 100644 (file)
@@ -461,7 +461,6 @@ end:
        return ret;
 }
 
-LTTNG_HIDDEN
 ssize_t lttng_condition_buffer_usage_low_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_condition **_condition)
@@ -487,7 +486,6 @@ error:
        return ret;
 }
 
-LTTNG_HIDDEN
 ssize_t lttng_condition_buffer_usage_high_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_condition **_condition)
@@ -532,7 +530,6 @@ end:
        return evaluation;
 }
 
-LTTNG_HIDDEN
 ssize_t lttng_evaluation_buffer_usage_low_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_evaluation **_evaluation)
@@ -560,7 +557,6 @@ error:
        return ret;
 }
 
-LTTNG_HIDDEN
 ssize_t lttng_evaluation_buffer_usage_high_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_evaluation **_evaluation)
@@ -863,7 +859,6 @@ void lttng_evaluation_buffer_usage_destroy(
        free(usage);
 }
 
-LTTNG_HIDDEN
 struct lttng_evaluation *lttng_evaluation_buffer_usage_create(
                enum lttng_condition_type type, uint64_t use, uint64_t capacity)
 {
This page took 0.023139 seconds and 4 git commands to generate.