X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fcondition%2Fevaluation.h;h=494cb9739be77bdb1515d2188ddf17e439f7081e;hp=4ae1c62d9c09b1a0eabe864ba29724b9a72854ba;hb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;hpb=657d1bf105996bf8f6e13af697fb1112afa61b28 diff --git a/include/lttng/condition/evaluation.h b/include/lttng/condition/evaluation.h index 4ae1c62d9..494cb9739 100644 --- a/include/lttng/condition/evaluation.h +++ b/include/lttng/condition/evaluation.h @@ -9,6 +9,7 @@ #define LTTNG_EVALUATION_H #include +#include #ifdef __cplusplus extern "C" { @@ -30,13 +31,13 @@ enum lttng_evaluation_status { * Returns the type of a condition on success, LTTNG_CONDITION_TYPE_UNKNOWN on * error. */ -extern enum lttng_condition_type lttng_evaluation_get_type( +LTTNG_EXPORT extern enum lttng_condition_type lttng_evaluation_get_type( const struct lttng_evaluation *evaluation); /* * Destroy (frees) an evaluation object. */ -extern void lttng_evaluation_destroy(struct lttng_evaluation *evaluation); +LTTNG_EXPORT extern void lttng_evaluation_destroy(struct lttng_evaluation *evaluation); #ifdef __cplusplus }