bin: compile lttng-sessiond as C++
[lttng-tools.git] / include / lttng / condition / event-rule-matches-internal.h
index ef39f4f04f86b2a57d2e15a75c5609cc796495d8..4aac9f991e3517df7eac0395ce77dd19c2e63108 100644 (file)
 #include <common/dynamic-array.h>
 #include <lttng/event-field-value.h>
 
+#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 */
This page took 0.024303 seconds and 4 git commands to generate.