Remove error count property of lttng_condition_on_event
[lttng-tools.git] / include / lttng / condition / on-event-internal.h
index 1ccabf3f4ef04a057d68fce262f5d044712a819b..29a2b27b587ccc2e083798be4c709af7f35f7d72 100644 (file)
@@ -25,7 +25,6 @@ struct lttng_condition_on_event {
        struct lttng_condition parent;
        struct lttng_event_rule *rule;
 
-       LTTNG_OPTIONAL(uint64_t) error_count;
        /*
         * Internal use only.
         * Error accounting counter index.
@@ -71,14 +70,6 @@ LTTNG_HIDDEN
 uint64_t lttng_condition_on_event_get_error_counter_index(
                const struct lttng_condition *condition);
 
-LTTNG_HIDDEN
-uint64_t lttng_condition_on_event_get_error_count(
-               const struct lttng_condition *condition);
-
-LTTNG_HIDDEN
-void lttng_condition_on_event_set_error_count(struct lttng_condition *condition,
-               uint64_t error_count);
-
 LTTNG_HIDDEN
 struct lttng_evaluation *lttng_evaluation_on_event_create(
                const struct lttng_condition_on_event *condition,
This page took 0.023467 seconds and 4 git commands to generate.