X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Fpretty%2Fpretty.h;h=4ebf54b354d72bb77e4e3ae3340b2ee8c7030789;hb=68b66a256a54d32992dfefeaad11eea88b7df234;hp=86c2785368bf92ab4b05f37f5de4f473ac8623bc;hpb=d6e69534ef08a2dd8bff9eb5af1eab63736b3d31;p=babeltrace.git diff --git a/plugins/text/pretty/pretty.h b/plugins/text/pretty/pretty.h index 86c27853..4ebf54b3 100644 --- a/plugins/text/pretty/pretty.h +++ b/plugins/text/pretty/pretty.h @@ -26,8 +26,8 @@ */ #include -#include -#include +#include +#include enum pretty_default { PRETTY_DEFAULT_UNSET, @@ -104,20 +104,18 @@ extern GQuark stream_packet_context_quarks[STREAM_PACKET_CONTEXT_QUARKS_LEN]; BT_HIDDEN -enum bt_self_component_status pretty_init( +bt_self_component_status pretty_init( bt_self_component_sink *component, const bt_value *params, void *init_method_data); BT_HIDDEN -enum bt_self_component_status pretty_consume( +bt_self_component_status pretty_consume( bt_self_component_sink *component); BT_HIDDEN -enum bt_self_component_status pretty_port_connected( - bt_self_component_sink *component, - bt_self_component_port_input *self_port, - const bt_port_output *other_port); +bt_self_component_status pretty_graph_is_configured( + bt_self_component_sink *component); BT_HIDDEN void pretty_finalize(bt_self_component_sink *component); @@ -127,7 +125,7 @@ int pretty_print_event(struct pretty_component *pretty, const bt_message *event_msg); BT_HIDDEN -int pretty_print_packet(struct pretty_component *pretty, - const bt_message *packet_beginning_msg); +int pretty_print_discarded_items(struct pretty_component *pretty, + const bt_message *msg); #endif /* BABELTRACE_PLUGIN_TEXT_PRETTY_PRETTY_H */