ir: add bt_ctf_clock_class object, modify bt_ctf_clock object
[babeltrace.git] / include / babeltrace / ctf-ir / field-types-internal.h
index c718a2be4b1ae0ea739da4a322bc0de4691d1d10..3df8e7458c9aae5695f59cd9af686aebf892c18e 100644 (file)
@@ -31,6 +31,7 @@
 #include <babeltrace/ctf-writer/event-fields.h>
 #include <babeltrace/ctf-writer/writer.h>
 #include <babeltrace/ctf-ir/trace-internal.h>
+#include <babeltrace/ctf-ir/clock-class.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/object-internal.h>
 #include <babeltrace/types.h>
@@ -63,7 +64,7 @@ struct bt_ctf_field_type {
 struct bt_ctf_field_type_integer {
        struct bt_ctf_field_type parent;
        struct declaration_integer declaration;
-       struct bt_ctf_clock *mapped_clock;
+       struct bt_ctf_clock_class *mapped_clock;
 
        /*
         * This is what the user sets and is never modified by internal
This page took 0.023947 seconds and 4 git commands to generate.