Fix: tests: live: listen on python < 3.5 needs backlog parameter
[babeltrace.git] / src / plugins / lttng-utils / debug-info / trace-ir-mapping.h
index 514cc2d6231c218fa734f986072cb2b43a33077f..26d9c96e6929a0e1caba3544ba10446f4d9311e4 100644 (file)
@@ -44,6 +44,7 @@ struct field_class_resolving_context {
 
 struct trace_ir_metadata_maps {
        bt_logging_level log_level;
+       bt_self_component *self_comp;
        const bt_trace_class *input_trace_class;
        bt_trace_class *output_trace_class;
 
@@ -82,11 +83,12 @@ struct trace_ir_metadata_maps {
 
        struct field_class_resolving_context *fc_resolving_ctx;
 
-       uint64_t destruction_listener_id;
+       bt_listener_id destruction_listener_id;
 };
 
 struct trace_ir_data_maps {
        bt_logging_level log_level;
+       bt_self_component *self_comp;
        const bt_trace *input_trace;
        bt_trace *output_trace;
 
@@ -104,7 +106,7 @@ struct trace_ir_data_maps {
         */
        GHashTable *packet_map;
 
-       uint64_t destruction_listener_id;
+       bt_listener_id destruction_listener_id;
 };
 
 struct trace_ir_maps {
This page took 0.024536 seconds and 4 git commands to generate.