X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fcondition%2Fon-event-internal.h;fp=include%2Flttng%2Fcondition%2Fon-event-internal.h;h=1ccabf3f4ef04a057d68fce262f5d044712a819b;hp=cc8f1cdf9e2eb1afb4eb4f0191d4d0b172902e6b;hb=65f649784e948615ec369db9eba40847a75ccaf2;hpb=6bec8cb240a4afc220bfd21f4b5f3c7eb4958dc2 diff --git a/include/lttng/condition/on-event-internal.h b/include/lttng/condition/on-event-internal.h index cc8f1cdf9..1ccabf3f4 100644 --- a/include/lttng/condition/on-event-internal.h +++ b/include/lttng/condition/on-event-internal.h @@ -38,7 +38,6 @@ struct lttng_condition_on_event { struct lttng_evaluation_on_event { struct lttng_evaluation parent; - char *name; /* MessagePack-encoded captured event field values. */ struct lttng_dynamic_buffer capture_payload; @@ -53,13 +52,6 @@ struct lttng_evaluation_on_event { struct lttng_event_field_value *captured_values; }; -struct lttng_evaluation_on_event_comm { - /* Includes the null terminator. */ - uint32_t trigger_name_length; - /* Trigger name. */ - char payload[]; -} LTTNG_PACKED; - LTTNG_HIDDEN ssize_t lttng_condition_on_event_create_from_payload( struct lttng_payload_view *view, @@ -90,7 +82,6 @@ void lttng_condition_on_event_set_error_count(struct lttng_condition *condition, LTTNG_HIDDEN struct lttng_evaluation *lttng_evaluation_on_event_create( const struct lttng_condition_on_event *condition, - const char* trigger_name, const char *capture_payload, size_t capture_payload_size, bool decode_capture_payload);