X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Ffields-internal.h;h=4794e72d9945f06d4cabc51ae293466a3e8483e9;hb=76f869abeb1faef01e89ae83399faa231e10cc9e;hp=a75120f3da2cde26f64956d46e5bd53a6e7215f3;hpb=61ec14e66eb9e2329776dfe56a928232bc68b94e;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/fields-internal.h b/include/babeltrace/ctf-ir/fields-internal.h index a75120f3..4794e72d 100644 --- a/include/babeltrace/ctf-ir/fields-internal.h +++ b/include/babeltrace/ctf-ir/fields-internal.h @@ -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 */