src.ctf.fs: error out when failing to create index
[babeltrace.git] / src / plugins / ctf / fs-src / fs.h
index ba9718d689cdb5c0827c02ba81e251cfd213d5a6..d1a1023d3b9a58e7117a4896b64a091b6f20b7f1 100644 (file)
@@ -161,12 +161,7 @@ struct ctf_fs_ds_file_group {
        struct ctf_fs_trace *ctf_fs_trace;
 
        /*
-        * Owned by this. May be NULL.
-        *
-        * A stream cannot be assumed to be indexed as the indexing might have
-        * been skipped. Moreover, the index's fields may not all be available
-        * depending on the producer (e.g. timestamp_begin/end are not
-        * mandatory).
+        * Owned by this.
         */
        struct ctf_fs_ds_index *index;
 };
This page took 0.02285 seconds and 4 git commands to generate.