lib: add pre condition asserts to check current thread has no error
[babeltrace.git] / src / plugins / text / pretty / pretty.h
index cffe7ca7d237ee4ea28c3458c2d59e995ab0b7a5..b9d92ce0a132a4dd42dcf9d21950c17e1ce0dbb9 100644 (file)
@@ -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;
@@ -93,8 +92,10 @@ struct pretty_component {
 };
 
 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
This page took 0.026122 seconds and 4 git commands to generate.