Revert "Add event header accessors and support for custom event headers"
[babeltrace.git] / include / babeltrace / ctf-ir / event-fields-internal.h
index b79a428828ac55d2486b09e533e7d742014e70fb..69abe1362287cd6442984e03384d408ba2f4cc98 100644 (file)
@@ -90,11 +90,19 @@ BT_HIDDEN
 int bt_ctf_field_structure_set_field(struct bt_ctf_field *structure,
                const char *name, struct bt_ctf_field *value);
 
+/* Validate that the field's payload is set. */
 BT_HIDDEN
 int bt_ctf_field_validate(struct bt_ctf_field *field);
 
+/* Mark field payload as unset. */
+BT_HIDDEN
+int bt_ctf_field_reset(struct bt_ctf_field *field);
+
 BT_HIDDEN
 int bt_ctf_field_serialize(struct bt_ctf_field *field,
                struct ctf_stream_pos *pos);
 
+BT_HIDDEN
+struct bt_ctf_field *bt_ctf_field_copy(struct bt_ctf_field *field);
+
 #endif /* BABELTRACE_CTF_WRITER_EVENT_FIELDS_INTERNAL_H */
This page took 0.025639 seconds and 4 git commands to generate.