Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / ctf / fs-src / metadata.h
index a5d0986d34cd18905b094f5e2f7d9278eb567608..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;
 };
This page took 0.023316 seconds and 4 git commands to generate.