lib: add sink component class's "graph is configured" method
[babeltrace.git] / plugins / text / pretty / pretty.h
index a9eb5d271b82d7e4159369d137fd861122563642..e1027277a4269a814bb2ce27b3fef0b0b9a9ca4c 100644 (file)
@@ -114,10 +114,8 @@ bt_self_component_status pretty_consume(
                bt_self_component_sink *component);
 
 BT_HIDDEN
-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 */
This page took 0.026382 seconds and 4 git commands to generate.