X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Ffs-sink%2Ffs-sink-stream.h;h=205cac03f494ae1e1a36c2a3b19be700a4a16f62;hp=e3d7ba5eb1f02a86dbc8399f95ee24710e3d9a5b;hb=26fc5aedf;hpb=bfb5625df591dcd384f50af3a93c5904ea6b7fcd diff --git a/src/plugins/ctf/fs-sink/fs-sink-stream.h b/src/plugins/ctf/fs-sink/fs-sink-stream.h index e3d7ba5e..205cac03 100644 --- a/src/plugins/ctf/fs-sink/fs-sink-stream.h +++ b/src/plugins/ctf/fs-sink/fs-sink-stream.h @@ -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;