bin: compile lttng-sessiond as C++
[lttng-tools.git] / include / lttng / condition / event-rule-matches-internal.h
index c98ab8c7f55a7f73c89c5d8aa0f8fd1beb60229c..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;
@@ -51,47 +55,43 @@ struct lttng_evaluation_event_rule_matches {
        struct lttng_event_field_value *captured_values;
 };
 
-LTTNG_HIDDEN
 ssize_t lttng_condition_event_rule_matches_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_condition **condition);
 
-LTTNG_HIDDEN
 enum lttng_condition_status
 lttng_condition_event_rule_matches_borrow_rule_mutable(
                const struct lttng_condition *condition,
                struct lttng_event_rule **rule);
 
-LTTNG_HIDDEN
 void lttng_condition_event_rule_matches_set_error_counter_index(
                struct lttng_condition *condition,
                uint64_t error_counter_index);
 
-LTTNG_HIDDEN
 uint64_t lttng_condition_event_rule_matches_get_error_counter_index(
                const struct lttng_condition *condition);
 
-LTTNG_HIDDEN
 struct lttng_evaluation *lttng_evaluation_event_rule_matches_create(
                const struct lttng_condition_event_rule_matches *condition,
                const char *capture_payload,
                size_t capture_payload_size,
                bool decode_capture_payload);
 
-LTTNG_HIDDEN
 ssize_t lttng_evaluation_event_rule_matches_create_from_payload(
                const struct lttng_condition_event_rule_matches *condition,
                struct lttng_payload_view *view,
                struct lttng_evaluation **_evaluation);
 
-LTTNG_HIDDEN
 enum lttng_error_code
 lttng_condition_event_rule_matches_generate_capture_descriptor_bytecode(
                struct lttng_condition *condition);
 
-LTTNG_HIDDEN
 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.024448 seconds and 4 git commands to generate.