src.ctf.fs: add and use medops to iterate on a ds_file_group using the index
[babeltrace.git] / src / plugins / ctf / fs-src / metadata.h
index 7af061826e034cbb2fbdc5d7c7d9b2ec8398e09f..d3f0349bef722738e096fef359fb6acaf0c9639b 100644 (file)
@@ -23,6 +23,7 @@
  * SOFTWARE.
  */
 
+#include <stdbool.h>
 #include <stdio.h>
 #include <glib.h>
 #include "common/macros.h"
@@ -34,6 +35,7 @@ struct ctf_fs_trace;
 struct ctf_fs_metadata;
 
 struct ctf_fs_metadata_config {
+       bool force_clock_class_origin_unix_epoch;
        int64_t clock_class_offset_s;
        int64_t clock_class_offset_ns;
 };
@@ -45,7 +47,7 @@ BT_HIDDEN
 void ctf_fs_metadata_fini(struct ctf_fs_metadata *metadata);
 
 BT_HIDDEN
-int ctf_fs_metadata_set_trace_class(bt_self_component_source *self_comp,
+int ctf_fs_metadata_set_trace_class(bt_self_component *self_comp,
                struct ctf_fs_trace *ctf_fs_trace,
                struct ctf_fs_metadata_config *config);
 
This page took 0.023908 seconds and 4 git commands to generate.