ir: add bt_ctf_field_freeze()
[babeltrace.git] / include / babeltrace / ctf-ir / fields-internal.h
index bd95bd2ec35d9f871d1388e0b6150dd95d0e0d73..a75120f3da2cde26f64956d46e5bd53a6e7215f3 100644 (file)
@@ -37,6 +37,7 @@ struct bt_ctf_field {
        struct bt_object base;
        struct bt_ctf_field_type *type;
        int payload_set;
+       int frozen;
 };
 
 struct bt_ctf_field_integer {
@@ -102,4 +103,7 @@ BT_HIDDEN
 int bt_ctf_field_serialize(struct bt_ctf_field *field,
                struct ctf_stream_pos *pos);
 
+BT_HIDDEN
+void bt_ctf_field_freeze(struct bt_ctf_field *field);
+
 #endif /* BABELTRACE_CTF_IR_FIELDS_INTERNAL_H */
This page took 0.02376 seconds and 4 git commands to generate.