Add support for clock mapping on integer field type
[babeltrace.git] / include / babeltrace / ctf-ir / event-types-internal.h
index 198497dff68da45ce2bde43ade4a5d400554e8de..217a89488982ac12693a7225a894ea765da63006 100644 (file)
@@ -57,6 +57,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 enumeration_mapping {
This page took 0.024325 seconds and 4 git commands to generate.