X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Ftext%2Fpretty%2Fpretty.h;h=eb099efeb2c7eb27bc0070feb82391b0d16997d3;hb=efb6feaebd26c2a6849d851be736e5430db31131;hp=f038643a17e3df4f373591344a1c5e0274f071e0;hpb=d24d56638469189904fb6ddbb3c725817b3e9417;p=babeltrace.git diff --git a/src/plugins/text/pretty/pretty.h b/src/plugins/text/pretty/pretty.h index f038643a..eb099efe 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,22 +91,11 @@ 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_component_class_init_method_status pretty_init( - bt_self_component_sink *component, const bt_value *params, +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 @@ -129,4 +117,7 @@ BT_HIDDEN int pretty_print_discarded_items(struct pretty_component *pretty, const bt_message *msg); +BT_HIDDEN +void pretty_print_init(void); + #endif /* BABELTRACE_PLUGIN_TEXT_PRETTY_PRETTY_H */