lib: standardize listener ID types with new `bt_listener_id` type
[babeltrace.git] / src / plugins / lttng-utils / debug-info / debug-info.c
index fd8e1d2670b7235bb8f19b84002096ebc3a0937f..f3ba254f58be5cb9923336d2aecfd9d8ec89b299 100644 (file)
@@ -119,7 +119,7 @@ struct debug_info {
        bt_self_component *self_comp;
        struct debug_info_component *comp;
        const bt_trace *input_trace;
-       uint64_t destruction_listener_id;
+       bt_listener_id destruction_listener_id;
 
        /*
         * Hash table of VPIDs (pointer to int64_t) to
This page took 0.023044 seconds and 4 git commands to generate.