X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Ftext%2Fpretty%2Fpretty.h;h=b9d92ce0a132a4dd42dcf9d21950c17e1ce0dbb9;hb=828c8a25785e0cedaeb6987256a4dfc3c43b982f;hp=72203df2a108d54d77858fb6c6d733fb82280357;hpb=85e7137bc3a69800efca39a38eea8deb4816d4a9;p=babeltrace.git diff --git a/src/plugins/text/pretty/pretty.h b/src/plugins/text/pretty/pretty.h index 72203df2..b9d92ce0 100644 --- a/src/plugins/text/pretty/pretty.h +++ b/src/plugins/text/pretty/pretty.h @@ -80,7 +80,6 @@ struct pretty_component { bool start_line; GString *string; GString *tmp_string; - bt_value *plugin_opt_map; /* Temporary parameter map. */ bool use_colors; uint64_t last_cycles_timestamp; @@ -92,31 +91,19 @@ struct pretty_component { bool negative_timestamp_warning_done; }; -enum stream_packet_context_quarks_enum { - Q_TIMESTAMP_BEGIN, - Q_TIMESTAMP_END, - Q_EVENTS_DISCARDED, - Q_CONTENT_SIZE, - Q_PACKET_SIZE, - Q_PACKET_SEQ_NUM, - STREAM_PACKET_CONTEXT_QUARKS_LEN, /* Always the last one of this enum. */ -}; - -extern -GQuark stream_packet_context_quarks[STREAM_PACKET_CONTEXT_QUARKS_LEN]; - BT_HIDDEN -bt_self_component_status pretty_init( +bt_component_class_initialize_method_status pretty_init( bt_self_component_sink *component, + bt_self_component_sink_configuration *config, const bt_value *params, void *init_method_data); BT_HIDDEN -bt_self_component_status pretty_consume( +bt_component_class_sink_consume_method_status pretty_consume( bt_self_component_sink *component); BT_HIDDEN -bt_self_component_status pretty_graph_is_configured( +bt_component_class_sink_graph_is_configured_method_status pretty_graph_is_configured( bt_self_component_sink *component); BT_HIDDEN