sink.text.pretty: remove field filtering
[babeltrace.git] / src / plugins / text / pretty / pretty.h
index e3a24106760a011b00ac9834664ae3b93d69469d..cffe7ca7d237ee4ea28c3458c2d59e995ab0b7a5 100644 (file)
  * SOFTWARE.
  */
 
+#include <glib.h>
+#include <stdio.h>
 #include <stdbool.h>
-#include "common/babeltrace.h"
+#include "common/macros.h"
 #include <babeltrace2/babeltrace.h>
 
 enum pretty_default {
@@ -90,31 +92,17 @@ struct pretty_component {
        bool negative_timestamp_warning_done;
 };
 
-enum stream_packet_context_quarks_enum {
-       Q_TIMESTAMP_BEGIN,
-       Q_TIMESTAMP_END,
-       Q_EVENTS_DISCARDED,
-       Q_CONTENT_SIZE,
-       Q_PACKET_SIZE,
-       Q_PACKET_SEQ_NUM,
-       STREAM_PACKET_CONTEXT_QUARKS_LEN, /* Always the last one of this enum. */
-};
-
-extern
-GQuark stream_packet_context_quarks[STREAM_PACKET_CONTEXT_QUARKS_LEN];
-
 BT_HIDDEN
-bt_self_component_status pretty_init(
-               bt_self_component_sink *component,
-               const bt_value *params,
+bt_component_class_init_method_status pretty_init(
+               bt_self_component_sink *component, const bt_value *params,
                void *init_method_data);
 
 BT_HIDDEN
-bt_self_component_status pretty_consume(
+bt_component_class_sink_consume_method_status pretty_consume(
                bt_self_component_sink *component);
 
 BT_HIDDEN
-bt_self_component_status pretty_graph_is_configured(
+bt_component_class_sink_graph_is_configured_method_status pretty_graph_is_configured(
                bt_self_component_sink *component);
 
 BT_HIDDEN
This page took 0.02503 seconds and 4 git commands to generate.