lib: make packets and packet messages optional, disabled by default
[babeltrace.git] / src / plugins / ctf / fs-sink / fs-sink-stream.h
index e3d7ba5eb1f02a86dbc8399f95ee24710e3d9a5b..205cac03f494ae1e1a36c2a3b19be700a4a16f62 100644 (file)
@@ -95,7 +95,10 @@ struct fs_sink_stream {
                 */
                uint64_t context_offset_bits;
 
-               /* Owned by this */
+               /*
+                * Owned by this; `NULL` if the current packet is closed
+                * or if the trace IR stream does not support packets.
+                */
                const bt_packet *packet;
        } packet_state;
 
This page took 0.035772 seconds and 4 git commands to generate.