sink.text.details: add `with-data` initialization parameter
[babeltrace.git] / src / plugins / text / details / details.h
index 71f8882d2530e5e17926c99f1fa4bd4019d74029..dd52098c61beea8eef87e9d64f16a67b48ad2fab 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 */
@@ -79,6 +79,9 @@ struct details_comp {
 
        /* Component's configuration */
        struct {
+               /* Write data objects */
+               bool with_data;
+
                /* Write metadata objects */
                bool with_meta;
 
This page took 0.02489 seconds and 4 git commands to generate.