liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / common / evaluation.c
index 6b59949e39f00c45d867cad761715a85dffef6c1..6b3e634947253812329f099770d2345f999622b1 100644 (file)
 #include <common/error.h>
 #include <stdbool.h>
 
-LTTNG_HIDDEN
 void lttng_evaluation_init(struct lttng_evaluation *evaluation,
                enum lttng_condition_type type)
 {
        evaluation->type = type;
 }
 
-LTTNG_HIDDEN
 int lttng_evaluation_serialize(const struct lttng_evaluation *evaluation,
                struct lttng_payload *payload)
 {
@@ -47,7 +45,6 @@ end:
        return ret;
 }
 
-LTTNG_HIDDEN
 ssize_t lttng_evaluation_create_from_payload(
                const struct lttng_condition *condition,
                struct lttng_payload_view *src_view,
This page took 0.025095 seconds and 4 git commands to generate.