X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Fpretty%2Fpretty.h;h=5659035ed21aa8e5f56950551769e03b39c3f11a;hb=bf55043c2e742cafb86d3a3404d0d35c4cf294a3;hp=a5d9cb888399dcc36cb11aa6777022fa555cea4a;hpb=d4393e0875e7b08f6ee97d617cc5f2c9286742a4;p=babeltrace.git diff --git a/plugins/text/pretty/pretty.h b/plugins/text/pretty/pretty.h index a5d9cb88..5659035e 100644 --- a/plugins/text/pretty/pretty.h +++ b/plugins/text/pretty/pretty.h @@ -82,7 +82,6 @@ struct pretty_component { GString *tmp_string; struct bt_value *plugin_opt_map; /* Temporary parameter map. */ bool use_colors; - bool error; uint64_t last_cycles_timestamp; uint64_t delta_cycles; @@ -116,7 +115,7 @@ BT_HIDDEN enum bt_component_status pretty_consume(struct bt_private_component *component); BT_HIDDEN -void pretty_port_connected( +enum bt_component_status pretty_port_connected( struct bt_private_component *component, struct bt_private_port *self_port, struct bt_port *other_port);