lib: standardize listener ID types with new `bt_listener_id` type
[babeltrace.git] / src / plugins / text / details / details.h
index 71f8882d2530e5e17926c99f1fa4bd4019d74029..f3bd08283fd270fdc98ab045c7fd1b5059a5b903 100644 (file)
@@ -54,7 +54,7 @@ struct details_trace_class_meta {
         * Trace class destruction listener ID (`UINT64_C(-1)` if
         * there's no listener ID.
         */
-       uint64_t tc_destruction_listener_id;
+       bt_listener_id tc_destruction_listener_id;
 };
 
 /*
@@ -69,7 +69,7 @@ struct details_trace {
         * Trace destruction listener ID (`UINT64_C(-1)` if there's no
         * listener ID.
         */
-       uint64_t trace_destruction_listener_id;
+       bt_listener_id trace_destruction_listener_id;
 };
 
 /* A `sink.text.details` component */
This page took 0.023508 seconds and 4 git commands to generate.