tap-driver.sh: flush stdout after each test result
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index 9364af22c1db71f722b1732a95ffae8773494414..9e9ee84d86fa91fcaac3e267a29b632d2743e42a 100644 (file)
@@ -29,8 +29,8 @@
  */
 
 #include <stdbool.h>
-#include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/babeltrace.h>
+#include <babeltrace2/babeltrace-internal.h>
+#include <babeltrace2/babeltrace.h>
 #include "data-stream-file.h"
 #include "metadata.h"
 #include "../common/metadata/decoder.h"
@@ -155,10 +155,6 @@ struct ctf_fs_ds_file_group {
         * been skipped. Moreover, the index's fields may not all be available
         * depending on the producer (e.g. timestamp_begin/end are not
         * mandatory).
-        *
-        * FIXME In such cases (missing fields), the indexing is aborted as
-        * no the index entries don't have a concept of fields being present
-        * or not.
         */
        struct ctf_fs_ds_index *index;
 };
This page took 0.023268 seconds and 4 git commands to generate.