Text output identical with babeltrace 1
[babeltrace.git] / plugins / text / text.h
index d6143283d9df604f74a154c30fd76be5bcb1b2f2..222035e8f1714e72853fc28ffd020ce55d896a71 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <stdbool.h>
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/component/component.h>
+#include <babeltrace/graph/component.h>
 
 enum text_default {
        TEXT_DEFAULT_UNSET,
@@ -59,6 +59,7 @@ struct text_options {
        bool print_delta_field;
        bool print_loglevel_field;
        bool print_emf_field;
+       bool print_callsite_field;
        bool print_trace_field;
        bool print_trace_domain_field;
        bool print_trace_procname_field;
@@ -76,6 +77,7 @@ struct text_options {
 
 struct text_component {
        struct text_options options;
+       struct bt_notification_iterator *input_iterator;
        FILE *out, *err;
        bool processed_first_event; /* Should be per-iterator. */
        int depth;      /* nesting, used for tabulation alignment. */
This page took 0.024098 seconds and 4 git commands to generate.