X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Faction-internal.h;h=b55a6d59bc2dcde627f517b51436c163afe3d911;hp=71270a835cfd95a9d2d93141ef1d0d6c4542c66e;hb=7966af5763c4aaca39df9bbfa9277ff15715c720;hpb=3a5f70173aa04d11ccb22694d5d31a702cad33ab diff --git a/include/lttng/action/action-internal.h b/include/lttng/action/action-internal.h index 71270a835..b55a6d59b 100644 --- a/include/lttng/action/action-internal.h +++ b/include/lttng/action/action-internal.h @@ -19,6 +19,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + struct lttng_rate_policy; struct mi_writer; struct mi_lttng_error_query_callbacks; @@ -128,4 +132,8 @@ enum lttng_error_code lttng_action_mi_serialize(const struct lttng_trigger *trig *error_query_callbacks, struct lttng_dynamic_array *action_path_indexes); +#ifdef __cplusplus +} +#endif + #endif /* LTTNG_ACTION_INTERNAL_H */