src.ctf.lttng-live: use optional pattern for `ctf_stream_class_id`
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.c
index 65e079344a7ddb21c1edf50677c4ec58d2246f46..f091ae6e6335d282dfae1123be214f6708c84533 100644 (file)
@@ -671,7 +671,7 @@ enum lttng_live_iterator_status emit_inactivity_message(
 
        BT_COMP_LOGD("Emitting inactivity message for stream: ctf-stream-id=%" PRIu64
                ", viewer-stream-id=%" PRIu64 ", timestamp=%" PRIu64,
-               stream_iter->ctf_stream_class_id,
+               stream_iter->ctf_stream_class_id.value,
                stream_iter->viewer_stream_id, timestamp);
 
        msg = bt_message_message_iterator_inactivity_create(
This page took 0.024784 seconds and 4 git commands to generate.