Implement bt_ctf_field_is_set()
[babeltrace.git] / include / babeltrace / ctf-ir / fields-internal.h
index bd95bd2ec35d9f871d1388e0b6150dd95d0e0d73..4794e72d9945f06d4cabc51ae293466a3e8483e9 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,10 @@ 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);
+
+BT_HIDDEN
+bool bt_ctf_field_is_set(struct bt_ctf_field *field);
+
 #endif /* BABELTRACE_CTF_IR_FIELDS_INTERNAL_H */
This page took 0.025 seconds and 4 git commands to generate.