Implement bt_ctf_field_is_set()
[babeltrace.git] / include / babeltrace / ctf-ir / fields-internal.h
index a75120f3da2cde26f64956d46e5bd53a6e7215f3..4794e72d9945f06d4cabc51ae293466a3e8483e9 100644 (file)
@@ -106,4 +106,7 @@ int bt_ctf_field_serialize(struct bt_ctf_field *field,
 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.027024 seconds and 4 git commands to generate.