src.ctf.lttng-live: use optional pattern for `ctf_stream_class_id`
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.h
index be235a7d4b04c633f086babe88833c369ee53060..d0d5b153385866683bbf9c8aad8d164858192fa5 100644 (file)
@@ -65,7 +65,10 @@ struct lttng_live_stream_iterator {
 
        uint64_t viewer_stream_id;
 
-       uint64_t ctf_stream_class_id;
+       struct {
+               bool is_set;
+               uint64_t value;
+       } ctf_stream_class_id;
 
        /* base offset in current index. */
        uint64_t base_offset;
This page took 0.022935 seconds and 4 git commands to generate.