X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=plugins%2Flttng-utils%2Fdebug-info.h;h=c7a2f68eff1e3c8406ad20230f64cd3c03a47bd0;hp=09b2fb4e4960589cc7bde86ff103788f60d6ee68;hb=504db471cbe39293f9abbab8353646906127292b;hpb=add9fdff7e749abee3164f40f18e09c1e9573d36 diff --git a/plugins/lttng-utils/debug-info.h b/plugins/lttng-utils/debug-info.h index 09b2fb4e..c7a2f68e 100644 --- a/plugins/lttng-utils/debug-info.h +++ b/plugins/lttng-utils/debug-info.h @@ -47,6 +47,19 @@ struct debug_info_iterator { struct debug_info_component *debug_info_component; /* Map between struct bt_ctf_trace and struct bt_ctf_writer. */ GHashTable *trace_map; + /* Input iterators associated with this output iterator. */ + GPtrArray *input_iterator_group; + struct bt_notification *current_notification; + struct bt_notification_iterator *input_iterator; + FILE *err; +}; + +struct debug_info_trace { + struct bt_ctf_trace *trace; + struct bt_ctf_trace *writer_trace; + struct debug_info_component *debug_info_component; + int static_listener_id; + int trace_static; /* Map between reader and writer stream. */ GHashTable *stream_map; /* Map between reader and writer stream class. */ @@ -55,11 +68,6 @@ struct debug_info_iterator { GHashTable *packet_map; /* Map between a trace_class and its corresponding debug_info. */ GHashTable *trace_debug_map; - /* Input iterators associated with this output iterator. */ - GPtrArray *input_iterator_group; - struct bt_notification *current_notification; - struct bt_notification_iterator *input_iterator; - FILE *err; }; struct debug_info_source {