X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Flttng-utils%2Fdebug-info.h;h=58cb5728f67019ae8019314c5efb79854c0bb362;hb=8eee8ea204462cf0efd8c3b59a4dd57709fffb0b;hp=af198164205de709c3e863ad90f1f988efcb14fd;hpb=8c6884d908cf7a7cf2340f3384441278635d19e1;p=babeltrace.git diff --git a/plugins/lttng-utils/debug-info.h b/plugins/lttng-utils/debug-info.h index af198164..58cb5728 100644 --- a/plugins/lttng-utils/debug-info.h +++ b/plugins/lttng-utils/debug-info.h @@ -64,18 +64,18 @@ struct debug_info_component { struct debug_info_iterator { struct debug_info_component *debug_info_component; - /* Map between struct bt_trace and struct bt_writer. */ + /* Map between bt_trace and struct bt_writer. */ GHashTable *trace_map; /* Input iterators associated with this output iterator. */ GPtrArray *input_iterator_group; - const struct bt_notification *current_notification; - struct bt_notification_iterator *input_iterator; + const bt_notification *current_notification; + bt_notification_iterator *input_iterator; FILE *err; }; struct debug_info_trace { - const struct bt_trace *trace; - const struct bt_trace *writer_trace; + const bt_trace *trace; + const bt_trace *writer_trace; struct debug_info_component *debug_info_component; struct debug_info_iterator *debug_it; int static_listener_id; @@ -120,7 +120,7 @@ struct debug_info_source *debug_info_query(struct debug_info *debug_info, int64_t vpid, uint64_t ip); BT_HIDDEN -void debug_info_handle_event(FILE *err, const struct bt_event *event, +void debug_info_handle_event(FILE *err, const bt_event *event, struct debug_info *debug_info); BT_HIDDEN