lib: rename "self comp. input port message iter." -> "message iterator"
[babeltrace.git] / src / plugins / text / pretty / pretty.h
index bfa3e3a7914407c6987a8923680ff625f6c522b7..cb79db505b0b60cd844994d8c7cf54090dab5621 100644 (file)
@@ -74,13 +74,12 @@ struct pretty_options {
 
 struct pretty_component {
        struct pretty_options options;
-       bt_self_component_port_input_message_iterator *iterator;
+       bt_message_iterator *iterator;
        FILE *out, *err;
        int depth;      /* nesting, used for tabulation alignment. */
        bool start_line;
        GString *string;
        GString *tmp_string;
-       bt_value *plugin_opt_map; /* Temporary parameter map. */
        bool use_colors;
 
        uint64_t last_cycles_timestamp;
@@ -118,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 */
This page took 0.02563 seconds and 4 git commands to generate.