Split CTF IR and CTF writer APIs and implementations
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index d8fc7f43ee626fc0504e6df8b371ec78733a8c44..1124a0f39a7184a302fc93aee2393799690f4111 100644 (file)
@@ -87,6 +87,9 @@ struct ctf_fs_trace {
 
        /* Owned by this */
        GString *name;
+
+       /* Next automatic stream ID when not provided by packet header */
+       uint64_t next_stream_id;
 };
 
 struct ctf_fs_ds_file_group {
This page took 0.023055 seconds and 4 git commands to generate.