X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fcondition%2Fevent-rule-matches-internal.h;h=4aac9f991e3517df7eac0395ce77dd19c2e63108;hb=7966af5763c4aaca39df9bbfa9277ff15715c720;hp=ef39f4f04f86b2a57d2e15a75c5609cc796495d8;hpb=3a5f70173aa04d11ccb22694d5d31a702cad33ab;p=lttng-tools.git diff --git a/include/lttng/condition/event-rule-matches-internal.h b/include/lttng/condition/event-rule-matches-internal.h index ef39f4f04..4aac9f991 100644 --- a/include/lttng/condition/event-rule-matches-internal.h +++ b/include/lttng/condition/event-rule-matches-internal.h @@ -16,6 +16,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + struct lttng_capture_descriptor { struct lttng_event_expr *event_expression; struct lttng_bytecode *bytecode; @@ -86,4 +90,8 @@ const struct lttng_bytecode * lttng_condition_event_rule_matches_get_capture_bytecode_at_index( const struct lttng_condition *condition, unsigned int index); +#ifdef __cplusplus +} +#endif + #endif /* LTTNG_CONDITION_EVENT_RULE_MATCHES_INTERNAL_H */